Html Css Color HEX #1C4DEF Royal Blue

📋 copy color: '#1C4DEF'

red 28 ◦ green 77 ◦ blue 239

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

Shades of Royal Blue #1C4DEF

Tints of Royal Blue #1C4DEF

RGB

 RED value IS 28 (11.33% from 255) = 8.14%

 GREEN value IS 77 (30.47% from 255) = 22.38%

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

R = 8.14%
G = 22.38%
B = 69.48%

CMYK

 C value IS 0.88

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1C4DEF (or 0x1C4DEF) is known color: Royal Blue. HEX triplet: 1C, 4D and EF. RGB value is (28,77,239). Sum of RGB (Red+Green+Blue) = 28+77+239=344 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.14% from 344); Green value is 77 (30.47% from 255 or 22.38% from 344); Blue value is 239 (93.75% from 255 or 69.48% from 344); Max value from RGB is 239 - color contains mainly: blue. Hex color #1C4DEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C4DEF is #E3B210. Grayscale: #505050. Windows color (decimal): -14922257 or 15682844. OLE color: 15682844.

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

Color convert

RGB 28 77 239 -
CMYK 0.88 0.68 0 0.06
HSL 226.07º 0.87% 0.52% -
HSV(B) 226.07º 0.88% 0.94% -
XYZ 18.71 11.79 82.95 -
YUV 80.82 217.27 90.33 -
System Red Green Blue C M Y K H S L
Decimal 28 77 239 0.88 0.68 0 0.06 226.07 0.87 0.52
Hex 1C 4D EF 58 44 0 6 E2 57 34
Octal 34 115 357 130 104 0 6 342 127 64
Binary 11100 1001101 11101111 1011000 1000100 0 110 11100010 1010111 110100

Color Harmonies of #1C4DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4DEF

Black with #1C4DEF

Text Example


Text Example

White with #1C4DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,77,239); }

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

background-color css

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

 a { background-color: rgb(28,77,239); }

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

border-color css

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

 span { border-color: rgb(28,77,239); }

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