Html Css Color HEX #204EBD Cerulean Blue

📋 copy color: '#204EBD'

red 32 ◦ green 78 ◦ blue 189

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

Shades of Cerulean Blue #204EBD

Tints of Cerulean Blue #204EBD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.09%

 BLUE value IS 189 (74.22% from 255) = 63.21%

R = 10.7%
G = 26.09%
B = 63.21%

CMYK

 C value IS 0.83

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#204EBD (or 0x204EBD) is known color: Cerulean Blue. HEX triplet: 20, 4E and BD. RGB value is (32,78,189). Sum of RGB (Red+Green+Blue) = 32+78+189=299 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.70% from 299); Green value is 78 (30.86% from 255 or 26.09% from 299); Blue value is 189 (74.22% from 255 or 63.21% from 299); Max value from RGB is 189 - color contains mainly: blue. Hex color #204EBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #204EBD is #DFB142. Grayscale: #4C4C4C. Windows color (decimal): -14659907 or 12406304. OLE color: 12406304.

HSL color Cylindrical-coordinate representation of color #204EBD: hue angle of 222.42º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #204EBD is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 32 78 189 -
CMYK 0.83 0.59 0 0.26
HSL 222.42º 0.71% 0.43% -
HSV(B) 222.42º 0.83% 0.74% -
XYZ 12.51 9.43 49.31 -
YUV 76.9 191.26 95.97 -
System Red Green Blue C M Y K H S L
Decimal 32 78 189 0.83 0.59 0 0.26 222.42 0.71 0.43
Hex 20 4E BD 53 3B 0 1A DE 47 2B
Octal 40 116 275 123 73 0 32 336 107 53
Binary 100000 1001110 10111101 1010011 111011 0 11010 11011110 1000111 101011

Color Harmonies of #204EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204EBD

Black with #204EBD

Text Example


Text Example

White with #204EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,78,189); }

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

background-color css

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

 a { background-color: rgb(32,78,189); }

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

border-color css

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

 span { border-color: rgb(32,78,189); }

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