Html Css Color HEX #2B57CE Cerulean Blue

📋 copy color: '#2B57CE'

red 43 ◦ green 87 ◦ blue 206

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

Shades of Cerulean Blue #2B57CE

Tints of Cerulean Blue #2B57CE

RGB

 RED value IS 43 (17.19% from 255) = 12.8%

 GREEN value IS 87 (34.38% from 255) = 25.89%

 BLUE value IS 206 (80.86% from 255) = 61.31%

R = 12.8%
G = 25.89%
B = 61.31%

CMYK

 C value IS 0.79

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2B57CE (or 0x2B57CE) is known color: Cerulean Blue. HEX triplet: 2B, 57 and CE. RGB value is (43,87,206). Sum of RGB (Red+Green+Blue) = 43+87+206=336 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.80% from 336); Green value is 87 (34.38% from 255 or 25.89% from 336); Blue value is 206 (80.86% from 255 or 61.31% from 336); Max value from RGB is 206 - color contains mainly: blue. Hex color #2B57CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B57CE is #D4A831. Grayscale: #565656. Windows color (decimal): -13936690 or 13522731. OLE color: 13522731.

HSL color Cylindrical-coordinate representation of color #2B57CE: hue angle of 223.8º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B57CE is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 43 87 206 -
CMYK 0.79 0.58 0 0.19
HSL 223.8º 0.65% 0.49% -
HSV(B) 223.8º 0.79% 0.81% -
XYZ 15.55 11.79 59.85 -
YUV 87.41 194.92 96.32 -
System Red Green Blue C M Y K H S L
Decimal 43 87 206 0.79 0.58 0 0.19 223.8 0.65 0.49
Hex 2B 57 CE 4F 3A 0 13 E0 41 31
Octal 53 127 316 117 72 0 23 340 101 61
Binary 101011 1010111 11001110 1001111 111010 0 10011 11100000 1000001 110001

Color Harmonies of #2B57CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B57CE

Black with #2B57CE

Text Example


Text Example

White with #2B57CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B57CE; }

 p { color: rgb(43,87,206); }

 H1.HeaderClassName
 {
   color: #2B57CE;
 }
 .AnyTagClassName
 {
   color: #2B57CE;
 }
</style>

background-color css

<style>
 a { background-color: #2B57CE; }

 a { background-color: rgb(43,87,206); }

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

border-color css

<style>
 span { border-color: #2B57CE; }

 span { border-color: rgb(43,87,206); }

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