Html Css Color HEX #204BE4 Cerulean Blue

📋 copy color: '#204BE4'

red 32 ◦ green 75 ◦ blue 228

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

Shades of Cerulean Blue #204BE4

Tints of Cerulean Blue #204BE4

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.39%

 BLUE value IS 228 (89.45% from 255) = 68.06%

R = 9.55%
G = 22.39%
B = 68.06%

CMYK

 C value IS 0.86

 M value IS 0.67

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#204BE4 (or 0x204BE4) is known color: Cerulean Blue. HEX triplet: 20, 4B and E4. RGB value is (32,75,228). Sum of RGB (Red+Green+Blue) = 32+75+228=335 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.55% from 335); Green value is 75 (29.69% from 255 or 22.39% from 335); Blue value is 228 (89.45% from 255 or 68.06% from 335); Max value from RGB is 228 - color contains mainly: blue. Hex color #204BE4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #204BE4 is #DFB41B. Grayscale: #4E4E4E. Windows color (decimal): -14660636 or 14961440. OLE color: 14961440.

HSL color Cylindrical-coordinate representation of color #204BE4: hue angle of 226.84º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #204BE4 is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 32 75 228 -
CMYK 0.86 0.67 0 0.11
HSL 226.84º 0.78% 0.51% -
HSV(B) 226.84º 0.86% 0.89% -
XYZ 17.12 10.94 74.61 -
YUV 79.59 211.75 94.06 -
System Red Green Blue C M Y K H S L
Decimal 32 75 228 0.86 0.67 0 0.11 226.84 0.78 0.51
Hex 20 4B E4 56 43 0 B E3 4E 33
Octal 40 113 344 126 103 0 13 343 116 63
Binary 100000 1001011 11100100 1010110 1000011 0 1011 11100011 1001110 110011

Color Harmonies of #204BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204BE4

Black with #204BE4

Text Example


Text Example

White with #204BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,75,228); }

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

background-color css

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

 a { background-color: rgb(32,75,228); }

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

border-color css

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

 span { border-color: rgb(32,75,228); }

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