Html Css Color HEX #1F45DA Cerulean Blue

📋 copy color: '#1F45DA'

red 31 ◦ green 69 ◦ blue 218

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

Shades of Cerulean Blue #1F45DA

Tints of Cerulean Blue #1F45DA

RGB

 RED value IS 31 (12.5% from 255) = 9.75%

 GREEN value IS 69 (27.34% from 255) = 21.7%

 BLUE value IS 218 (85.55% from 255) = 68.55%

R = 9.75%
G = 21.7%
B = 68.55%

CMYK

 C value IS 0.86

 M value IS 0.68

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1F45DA (or 0x1F45DA) is known color: Cerulean Blue. HEX triplet: 1F, 45 and DA. RGB value is (31,69,218). Sum of RGB (Red+Green+Blue) = 31+69+218=318 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.75% from 318); Green value is 69 (27.34% from 255 or 21.70% from 318); Blue value is 218 (85.55% from 255 or 68.55% from 318); Max value from RGB is 218 - color contains mainly: blue. Hex color #1F45DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F45DA is #E0BA25. Grayscale: #494949. Windows color (decimal): -14727718 or 14304543. OLE color: 14304543.

HSL color Cylindrical-coordinate representation of color #1F45DA: hue angle of 227.81º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F45DA is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 31 69 218 -
CMYK 0.86 0.68 0 0.15
HSL 227.81º 0.75% 0.49% -
HSV(B) 227.81º 0.86% 0.85% -
XYZ 15.35 9.61 67.38 -
YUV 74.62 208.91 96.88 -
System Red Green Blue C M Y K H S L
Decimal 31 69 218 0.86 0.68 0 0.15 227.81 0.75 0.49
Hex 1F 45 DA 56 44 0 F E4 4B 31
Octal 37 105 332 126 104 0 17 344 113 61
Binary 11111 1000101 11011010 1010110 1000100 0 1111 11100100 1001011 110001

Color Harmonies of #1F45DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F45DA

Black with #1F45DA

Text Example


Text Example

White with #1F45DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,69,218); }

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

background-color css

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

 a { background-color: rgb(31,69,218); }

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

border-color css

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

 span { border-color: rgb(31,69,218); }

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