Html Css Color HEX #2845CC Cerulean Blue

📋 copy color: '#2845CC'

red 40 ◦ green 69 ◦ blue 204

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

Shades of Cerulean Blue #2845CC

Tints of Cerulean Blue #2845CC

RGB

 RED value IS 40 (16.02% from 255) = 12.78%

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

 BLUE value IS 204 (80.08% from 255) = 65.18%

R = 12.78%
G = 22.04%
B = 65.18%

CMYK

 C value IS 0.80

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2845CC (or 0x2845CC) is known color: Cerulean Blue. HEX triplet: 28, 45 and CC. RGB value is (40,69,204). Sum of RGB (Red+Green+Blue) = 40+69+204=313 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.78% from 313); Green value is 69 (27.34% from 255 or 22.04% from 313); Blue value is 204 (80.08% from 255 or 65.18% from 313); Max value from RGB is 204 - color contains mainly: blue. Hex color #2845CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2845CC is #D7BA33. Grayscale: #4B4B4B. Windows color (decimal): -14137908 or 13387048. OLE color: 13387048.

HSL color Cylindrical-coordinate representation of color #2845CC: hue angle of 229.39º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2845CC is Cyan = 0.80, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 40 69 204 -
CMYK 0.80 0.66 0 0.2
HSL 229.39º 0.67% 0.48% -
HSV(B) 229.39º 0.8% 0.8% -
XYZ 13.9 9.07 58.14 -
YUV 75.72 200.39 102.52 -
System Red Green Blue C M Y K H S L
Decimal 40 69 204 0.80 0.66 0 0.2 229.39 0.67 0.48
Hex 28 45 CC 50 42 0 14 E5 43 30
Octal 50 105 314 120 102 0 24 345 103 60
Binary 101000 1000101 11001100 1010000 1000010 0 10100 11100101 1000011 110000

Color Harmonies of #2845CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2845CC

Black with #2845CC

Text Example


Text Example

White with #2845CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2845CC; }

 p { color: rgb(40,69,204); }

 H1.HeaderClassName
 {
   color: #2845CC;
 }
 .AnyTagClassName
 {
   color: #2845CC;
 }
</style>

background-color css

<style>
 a { background-color: #2845CC; }

 a { background-color: rgb(40,69,204); }

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

border-color css

<style>
 span { border-color: #2845CC; }

 span { border-color: rgb(40,69,204); }

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