Html Css Color HEX #204FE7 Cerulean Blue

📋 copy color: '#204FE7'

red 32 ◦ green 79 ◦ blue 231

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

Shades of Cerulean Blue #204FE7

Tints of Cerulean Blue #204FE7

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.1%

 BLUE value IS 231 (90.63% from 255) = 67.54%

R = 9.36%
G = 23.1%
B = 67.54%

CMYK

 C value IS 0.86

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#204FE7 (or 0x204FE7) is known color: Cerulean Blue. HEX triplet: 20, 4F and E7. RGB value is (32,79,231). Sum of RGB (Red+Green+Blue) = 32+79+231=342 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.36% from 342); Green value is 79 (31.25% from 255 or 23.10% from 342); Blue value is 231 (90.62% from 255 or 67.54% from 342); Max value from RGB is 231 - color contains mainly: blue. Hex color #204FE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #204FE7 is #DFB018. Grayscale: #515151. Windows color (decimal): -14659609 or 15159072. OLE color: 15159072.

HSL color Cylindrical-coordinate representation of color #204FE7: hue angle of 225.83º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #204FE7 is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 32 79 231 -
CMYK 0.86 0.66 0 0.09
HSL 225.83º 0.81% 0.52% -
HSV(B) 225.83º 0.86% 0.91% -
XYZ 17.82 11.67 76.91 -
YUV 82.28 211.93 92.14 -
System Red Green Blue C M Y K H S L
Decimal 32 79 231 0.86 0.66 0 0.09 225.83 0.81 0.52
Hex 20 4F E7 56 42 0 9 E2 51 34
Octal 40 117 347 126 102 0 11 342 121 64
Binary 100000 1001111 11100111 1010110 1000010 0 1001 11100010 1010001 110100

Color Harmonies of #204FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204FE7

Black with #204FE7

Text Example


Text Example

White with #204FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,79,231); }

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

background-color css

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

 a { background-color: rgb(32,79,231); }

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

border-color css

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

 span { border-color: rgb(32,79,231); }

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