Html Css Color HEX #1C5FEF Royal Blue

📋 copy color: '#1C5FEF'

red 28 ◦ green 95 ◦ blue 239

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

Shades of Royal Blue #1C5FEF

Tints of Royal Blue #1C5FEF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.24%

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

R = 7.73%
G = 26.24%
B = 66.02%

CMYK

 C value IS 0.88

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1C5FEF (or 0x1C5FEF) is known color: Royal Blue. HEX triplet: 1C, 5F and EF. RGB value is (28,95,239). Sum of RGB (Red+Green+Blue) = 28+95+239=362 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.73% from 362); Green value is 95 (37.5% from 255 or 26.24% from 362); Blue value is 239 (93.75% from 255 or 66.02% from 362); Max value from RGB is 239 - color contains mainly: blue. Hex color #1C5FEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1C5FEF is #E3A010. Grayscale: #5A5A5A. Windows color (decimal): -14917649 or 15687452. OLE color: 15687452.

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

Color convert

RGB 28 95 239 -
CMYK 0.88 0.60 0 0.06
HSL 220.95º 0.87% 0.52% -
HSV(B) 220.95º 0.88% 0.94% -
XYZ 20.15 14.66 83.43 -
YUV 91.38 211.3 82.79 -
System Red Green Blue C M Y K H S L
Decimal 28 95 239 0.88 0.60 0 0.06 220.95 0.87 0.52
Hex 1C 5F EF 58 3C 0 6 DD 57 34
Octal 34 137 357 130 74 0 6 335 127 64
Binary 11100 1011111 11101111 1011000 111100 0 110 11011101 1010111 110100

Color Harmonies of #1C5FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C5FEF

Black with #1C5FEF

Text Example


Text Example

White with #1C5FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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