Html Css Color HEX #20457E Fun Blue

📋 copy color: '#20457E'

red 32 ◦ green 69 ◦ blue 126

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

Shades of Fun Blue #20457E

Tints of Fun Blue #20457E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.4%

 BLUE value IS 126 (49.61% from 255) = 55.51%

R = 14.1%
G = 30.4%
B = 55.51%

CMYK

 C value IS 0.75

 M value IS 0.45

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#20457E (or 0x20457E) is known color: Fun Blue. HEX triplet: 20, 45 and 7E. RGB value is (32,69,126). Sum of RGB (Red+Green+Blue) = 32+69+126=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 69 (27.34% from 255 or 30.40% from 227); Blue value is 126 (49.61% from 255 or 55.51% from 227); Max value from RGB is 126 - color contains mainly: blue. Hex color #20457E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20457E is #DFBA81. Grayscale: #404040. Windows color (decimal): -14662274 or 8275232. OLE color: 8275232.

HSL color Cylindrical-coordinate representation of color #20457E: hue angle of 216.38º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20457E is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 32 69 126 -
CMYK 0.75 0.45 0 0.51
HSL 216.38º 0.59% 0.31% -
HSV(B) 216.38º 0.75% 0.49% -
XYZ 6.49 6.07 20.57 -
YUV 64.44 162.74 104.87 -
System Red Green Blue C M Y K H S L
Decimal 32 69 126 0.75 0.45 0 0.51 216.38 0.59 0.31
Hex 20 45 7E 4B 2D 0 33 D8 3B 1F
Octal 40 105 176 113 55 0 63 330 73 37
Binary 100000 1000101 1111110 1001011 101101 0 110011 11011000 111011 11111

Color Harmonies of #20457E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20457E

Black with #20457E

Text Example


Text Example

White with #20457E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20457E; }

 p { color: rgb(32,69,126); }

 H1.HeaderClassName
 {
   color: #20457E;
 }
 .AnyTagClassName
 {
   color: #20457E;
 }
</style>

background-color css

<style>
 a { background-color: #20457E; }

 a { background-color: rgb(32,69,126); }

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

border-color css

<style>
 span { border-color: #20457E; }

 span { border-color: rgb(32,69,126); }

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