Html Css Color HEX #2843CB Cerulean Blue

📋 copy color: '#2843CB'

red 40 ◦ green 67 ◦ blue 203

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

Shades of Cerulean Blue #2843CB

Tints of Cerulean Blue #2843CB

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.61%

 BLUE value IS 203 (79.69% from 255) = 65.48%

R = 12.9%
G = 21.61%
B = 65.48%

CMYK

 C value IS 0.80

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2843CB (or 0x2843CB) is known color: Cerulean Blue. HEX triplet: 28, 43 and CB. RGB value is (40,67,203). Sum of RGB (Red+Green+Blue) = 40+67+203=310 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.90% from 310); Green value is 67 (26.56% from 255 or 21.61% from 310); Blue value is 203 (79.69% from 255 or 65.48% from 310); Max value from RGB is 203 - color contains mainly: blue. Hex color #2843CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2843CB is #D7BC34. Grayscale: #494949. Windows color (decimal): -14138421 or 13321000. OLE color: 13321000.

HSL color Cylindrical-coordinate representation of color #2843CB: hue angle of 230.06º 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 #2843CB is Cyan = 0.80, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 40 67 203 -
CMYK 0.80 0.67 0 0.20
HSL 230.06º 0.67% 0.48% -
HSV(B) 230.06º 0.8% 0.8% -
XYZ 13.66 8.78 57.47 -
YUV 74.43 200.55 103.44 -
System Red Green Blue C M Y K H S L
Decimal 40 67 203 0.80 0.67 0 0.20 230.06 0.67 0.48
Hex 28 43 CB 50 43 0 14 E6 43 30
Octal 50 103 313 120 103 0 24 346 103 60
Binary 101000 1000011 11001011 1010000 1000011 0 10100 11100110 1000011 110000

Color Harmonies of #2843CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2843CB

Black with #2843CB

Text Example


Text Example

White with #2843CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2843CB; }

 p { color: rgb(40,67,203); }

 H1.HeaderClassName
 {
   color: #2843CB;
 }
 .AnyTagClassName
 {
   color: #2843CB;
 }
</style>

background-color css

<style>
 a { background-color: #2843CB; }

 a { background-color: rgb(40,67,203); }

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

border-color css

<style>
 span { border-color: #2843CB; }

 span { border-color: rgb(40,67,203); }

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