Html Css Color HEX #204DCF Cerulean Blue

📋 copy color: '#204DCF'

red 32 ◦ green 77 ◦ blue 207

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

Shades of Cerulean Blue #204DCF

Tints of Cerulean Blue #204DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 65.51%

R = 10.13%
G = 24.37%
B = 65.51%

CMYK

 C value IS 0.85

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#204DCF (or 0x204DCF) is known color: Cerulean Blue. HEX triplet: 20, 4D and CF. RGB value is (32,77,207). Sum of RGB (Red+Green+Blue) = 32+77+207=316 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.13% from 316); Green value is 77 (30.47% from 255 or 24.37% from 316); Blue value is 207 (81.25% from 255 or 65.51% from 316); Max value from RGB is 207 - color contains mainly: blue. Hex color #204DCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #204DCF is #DFB230. Grayscale: #4D4D4D. Windows color (decimal): -14660145 or 13585696. OLE color: 13585696.

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

Color convert

RGB 32 77 207 -
CMYK 0.85 0.63 0 0.19
HSL 224.57º 0.73% 0.47% -
HSV(B) 224.57º 0.85% 0.81% -
XYZ 14.51 10.12 60.22 -
YUV 78.37 200.59 94.93 -
System Red Green Blue C M Y K H S L
Decimal 32 77 207 0.85 0.63 0 0.19 224.57 0.73 0.47
Hex 20 4D CF 55 3F 0 13 E1 49 2F
Octal 40 115 317 125 77 0 23 341 111 57
Binary 100000 1001101 11001111 1010101 111111 0 10011 11100001 1001001 101111

Color Harmonies of #204DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204DCF

Black with #204DCF

Text Example


Text Example

White with #204DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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