Html Css Color HEX #1D6CEA Royal Blue

📋 copy color: '#1D6CEA'

red 29 ◦ green 108 ◦ blue 234

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

Shades of Royal Blue #1D6CEA

Tints of Royal Blue #1D6CEA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.11%

 BLUE value IS 234 (91.8% from 255) = 63.07%

R = 7.82%
G = 29.11%
B = 63.07%

CMYK

 C value IS 0.88

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1D6CEA (or 0x1D6CEA) is known color: Royal Blue. HEX triplet: 1D, 6C and EA. RGB value is (29,108,234). Sum of RGB (Red+Green+Blue) = 29+108+234=371 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.82% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 234 (91.80% from 255 or 63.07% from 371); Max value from RGB is 234 - color contains mainly: blue. Hex color #1D6CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D6CEA is #E29315. Grayscale: #626262. Windows color (decimal): -14848790 or 15363101. OLE color: 15363101.

HSL color Cylindrical-coordinate representation of color #1D6CEA: hue angle of 216.88º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D6CEA is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 29 108 234 -
CMYK 0.88 0.54 0 0.08
HSL 216.88º 0.83% 0.52% -
HSV(B) 216.88º 0.88% 0.92% -
XYZ 20.72 16.93 80.02 -
YUV 98.74 204.33 78.25 -
System Red Green Blue C M Y K H S L
Decimal 29 108 234 0.88 0.54 0 0.08 216.88 0.83 0.52
Hex 1D 6C EA 58 36 0 8 D9 53 34
Octal 35 154 352 130 66 0 10 331 123 64
Binary 11101 1101100 11101010 1011000 110110 0 1000 11011001 1010011 110100

Color Harmonies of #1D6CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D6CEA

Black with #1D6CEA

Text Example


Text Example

White with #1D6CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,108,234); }

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

background-color css

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

 a { background-color: rgb(29,108,234); }

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

border-color css

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

 span { border-color: rgb(29,108,234); }

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