Html Css Color HEX #1D6FEA Royal Blue

📋 copy color: '#1D6FEA'

red 29 ◦ green 111 ◦ blue 234

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

Shades of Royal Blue #1D6FEA

Tints of Royal Blue #1D6FEA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.68%

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

R = 7.75%
G = 29.68%
B = 62.57%

CMYK

 C value IS 0.88

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1D6FEA (or 0x1D6FEA) is known color: Royal Blue. HEX triplet: 1D, 6F and EA. RGB value is (29,111,234). Sum of RGB (Red+Green+Blue) = 29+111+234=374 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.75% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 234 (91.80% from 255 or 62.57% from 374); Max value from RGB is 234 - color contains mainly: blue. Hex color #1D6FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D6FEA is #E29015. Grayscale: #636363. Windows color (decimal): -14848022 or 15363869. OLE color: 15363869.

HSL color Cylindrical-coordinate representation of color #1D6FEA: hue angle of 216º 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 #1D6FEA is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 29 111 234 -
CMYK 0.88 0.53 0 0.08
HSL 216º 0.83% 0.52% -
HSV(B) 216º 0.88% 0.92% -
XYZ 21.04 17.57 80.12 -
YUV 100.5 203.33 77 -
System Red Green Blue C M Y K H S L
Decimal 29 111 234 0.88 0.53 0 0.08 216 0.83 0.52
Hex 1D 6F EA 58 35 0 8 D8 53 34
Octal 35 157 352 130 65 0 10 330 123 64
Binary 11101 1101111 11101010 1011000 110101 0 1000 11011000 1010011 110100

Color Harmonies of #1D6FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D6FEA

Black with #1D6FEA

Text Example


Text Example

White with #1D6FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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