Html Css Color HEX #204BCE Cerulean Blue

📋 copy color: '#204BCE'

red 32 ◦ green 75 ◦ blue 206

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

Shades of Cerulean Blue #204BCE

Tints of Cerulean Blue #204BCE

RGB

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

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

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

R = 10.22%
G = 23.96%
B = 65.81%

CMYK

 C value IS 0.84

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#204BCE (or 0x204BCE) is known color: Cerulean Blue. HEX triplet: 20, 4B and CE. RGB value is (32,75,206). Sum of RGB (Red+Green+Blue) = 32+75+206=313 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.22% from 313); Green value is 75 (29.69% from 255 or 23.96% from 313); Blue value is 206 (80.86% from 255 or 65.81% from 313); Max value from RGB is 206 - color contains mainly: blue. Hex color #204BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #204BCE is #DFB431. Grayscale: #4C4C4C. Windows color (decimal): -14660658 or 13519648. OLE color: 13519648.

HSL color Cylindrical-coordinate representation of color #204BCE: hue angle of 225.17º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #204BCE is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 32 75 206 -
CMYK 0.84 0.64 0 0.19
HSL 225.17º 0.73% 0.47% -
HSV(B) 225.17º 0.84% 0.81% -
XYZ 14.25 9.8 59.53 -
YUV 77.08 200.75 95.85 -
System Red Green Blue C M Y K H S L
Decimal 32 75 206 0.84 0.64 0 0.19 225.17 0.73 0.47
Hex 20 4B CE 54 40 0 13 E1 49 2F
Octal 40 113 316 124 100 0 23 341 111 57
Binary 100000 1001011 11001110 1010100 1000000 0 10011 11100001 1001001 101111

Color Harmonies of #204BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204BCE

Black with #204BCE

Text Example


Text Example

White with #204BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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