Html Css Color HEX #1D68EF Royal Blue

📋 copy color: '#1D68EF'

red 29 ◦ green 104 ◦ blue 239

#1D68EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #1D68EF

Tints of Royal Blue #1D68EF

RGB

 RED value IS 29 (11.72% from 255) = 7.8%

 GREEN value IS 104 (41.02% from 255) = 27.96%

 BLUE value IS 239 (93.75% from 255) = 64.25%

R = 7.8%
G = 27.96%
B = 64.25%

CMYK

 C value IS 0.88

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#1D68EF (or 0x1D68EF) is known color: Royal Blue. HEX triplet: 1D, 68 and EF. RGB value is (29,104,239). Sum of RGB (Red+Green+Blue) = 29+104+239=372 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.80% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 239 (93.75% from 255 or 64.25% from 372); Max value from RGB is 239 - color contains mainly: blue. Hex color #1D68EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D68EF is #E29710. Grayscale: #606060. Windows color (decimal): -14849809 or 15689757. OLE color: 15689757.

HSL color Cylindrical-coordinate representation of color #1D68EF: hue angle of 218.57º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D68EF is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 29 104 239 -
CMYK 0.88 0.56 0 0.06
HSL 218.57º 0.87% 0.53% -
HSV(B) 218.57º 0.88% 0.94% -
XYZ 21.04 16.39 83.72 -
YUV 96.97 208.15 79.52 -
System Red Green Blue C M Y K H S L
Decimal 29 104 239 0.88 0.56 0 0.06 218.57 0.87 0.53
Hex 1D 68 EF 58 38 0 6 DB 57 35
Octal 35 150 357 130 70 0 6 333 127 65
Binary 11101 1101000 11101111 1011000 111000 0 110 11011011 1010111 110101

Color Harmonies of #1D68EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D68EF

Black with #1D68EF

Text Example


Text Example

White with #1D68EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D68EF; }

 p { color: rgb(29,104,239); }

 H1.HeaderClassName
 {
   color: #1D68EF;
 }
 .AnyTagClassName
 {
   color: #1D68EF;
 }
</style>

background-color css

<style>
 a { background-color: #1D68EF; }

 a { background-color: rgb(29,104,239); }

 div.DivClassName
 {
   background-color: #1D68EF;
 }
 .BgClassName
 {
   background-color: #1D68EF;
 }
</style>

border-color css

<style>
 span { border-color: #1D68EF; }

 span { border-color: rgb(29,104,239); }

 td.TdClassName
 {
   border-color: #1D68EF;
 }
 .TagClassName
 {
   border-color: #1D68EF;
 }
</style>