Html Css Color HEX #2845BB Cerulean Blue

📋 copy color: '#2845BB'

red 40 ◦ green 69 ◦ blue 187

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

Shades of Cerulean Blue #2845BB

Tints of Cerulean Blue #2845BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 63.18%

R = 13.51%
G = 23.31%
B = 63.18%

CMYK

 C value IS 0.79

 M value IS 0.63

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2845BB (or 0x2845BB) is known color: Cerulean Blue. HEX triplet: 28, 45 and BB. RGB value is (40,69,187). Sum of RGB (Red+Green+Blue) = 40+69+187=296 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.51% from 296); Green value is 69 (27.34% from 255 or 23.31% from 296); Blue value is 187 (73.44% from 255 or 63.18% from 296); Max value from RGB is 187 - color contains mainly: blue. Hex color #2845BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2845BB is #D7BA44. Grayscale: #494949. Windows color (decimal): -14137925 or 12272936. OLE color: 12272936.

HSL color Cylindrical-coordinate representation of color #2845BB: hue angle of 228.16º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2845BB is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 40 69 187 -
CMYK 0.79 0.63 0 0.27
HSL 228.16º 0.65% 0.45% -
HSV(B) 228.16º 0.79% 0.73% -
XYZ 11.97 8.3 47.98 -
YUV 73.78 191.89 103.91 -
System Red Green Blue C M Y K H S L
Decimal 40 69 187 0.79 0.63 0 0.27 228.16 0.65 0.45
Hex 28 45 BB 4F 3F 0 1B E4 41 2D
Octal 50 105 273 117 77 0 33 344 101 55
Binary 101000 1000101 10111011 1001111 111111 0 11011 11100100 1000001 101101

Color Harmonies of #2845BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2845BB

Black with #2845BB

Text Example


Text Example

White with #2845BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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