Html Css Color HEX #204CCB Cerulean Blue

📋 copy color: '#204CCB'

red 32 ◦ green 76 ◦ blue 203

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

Shades of Cerulean Blue #204CCB

Tints of Cerulean Blue #204CCB

RGB

 RED value IS 32 (12.89% from 255) = 10.29%

 GREEN value IS 76 (30.08% from 255) = 24.44%

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

R = 10.29%
G = 24.44%
B = 65.27%

CMYK

 C value IS 0.84

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#204CCB (or 0x204CCB) is known color: Cerulean Blue. HEX triplet: 20, 4C and CB. RGB value is (32,76,203). Sum of RGB (Red+Green+Blue) = 32+76+203=311 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.29% from 311); Green value is 76 (30.08% from 255 or 24.44% from 311); Blue value is 203 (79.69% from 255 or 65.27% from 311); Max value from RGB is 203 - color contains mainly: blue. Hex color #204CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #204CCB is #DFB334. Grayscale: #4C4C4C. Windows color (decimal): -14660405 or 13323296. OLE color: 13323296.

HSL color Cylindrical-coordinate representation of color #204CCB: hue angle of 224.56º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #204CCB is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 32 76 203 -
CMYK 0.84 0.63 0 0.20
HSL 224.56º 0.73% 0.46% -
HSV(B) 224.56º 0.84% 0.8% -
XYZ 13.96 9.79 57.65 -
YUV 77.32 198.92 95.67 -
System Red Green Blue C M Y K H S L
Decimal 32 76 203 0.84 0.63 0 0.20 224.56 0.73 0.46
Hex 20 4C CB 54 3F 0 14 E1 49 2E
Octal 40 114 313 124 77 0 24 341 111 56
Binary 100000 1001100 11001011 1010100 111111 0 10100 11100001 1001001 101110

Color Harmonies of #204CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204CCB

Black with #204CCB

Text Example


Text Example

White with #204CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204CCB; }

 p { color: rgb(32,76,203); }

 H1.HeaderClassName
 {
   color: #204CCB;
 }
 .AnyTagClassName
 {
   color: #204CCB;
 }
</style>

background-color css

<style>
 a { background-color: #204CCB; }

 a { background-color: rgb(32,76,203); }

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

border-color css

<style>
 span { border-color: #204CCB; }

 span { border-color: rgb(32,76,203); }

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