Html Css Color HEX #204DCE Cerulean Blue

📋 copy color: '#204DCE'

red 32 ◦ green 77 ◦ blue 206

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

Shades of Cerulean Blue #204DCE

Tints of Cerulean Blue #204DCE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.44%

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

R = 10.16%
G = 24.44%
B = 65.4%

CMYK

 C value IS 0.84

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#204DCE (or 0x204DCE) is known color: Cerulean Blue. HEX triplet: 20, 4D and CE. RGB value is (32,77,206). Sum of RGB (Red+Green+Blue) = 32+77+206=315 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.16% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 206 (80.86% from 255 or 65.40% from 315); Max value from RGB is 206 - color contains mainly: blue. Hex color #204DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #204DCE is #DFB231. Grayscale: #4D4D4D. Windows color (decimal): -14660146 or 13520160. OLE color: 13520160.

HSL color Cylindrical-coordinate representation of color #204DCE: hue angle of 224.48º 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 #204DCE is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 32 77 206 -
CMYK 0.84 0.63 0 0.19
HSL 224.48º 0.73% 0.47% -
HSV(B) 224.48º 0.84% 0.81% -
XYZ 14.39 10.07 59.58 -
YUV 78.25 200.09 95.01 -
System Red Green Blue C M Y K H S L
Decimal 32 77 206 0.84 0.63 0 0.19 224.48 0.73 0.47
Hex 20 4D CE 54 3F 0 13 E0 49 2F
Octal 40 115 316 124 77 0 23 340 111 57
Binary 100000 1001101 11001110 1010100 111111 0 10011 11100000 1001001 101111

Color Harmonies of #204DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204DCE

Black with #204DCE

Text Example


Text Example

White with #204DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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