Html Css Color HEX #21428C Fun Blue

📋 copy color: '#21428C'

red 33 ◦ green 66 ◦ blue 140

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

Shades of Fun Blue #21428C

Tints of Fun Blue #21428C

RGB

 RED value IS 33 (13.28% from 255) = 13.81%

 GREEN value IS 66 (26.17% from 255) = 27.62%

 BLUE value IS 140 (55.08% from 255) = 58.58%

R = 13.81%
G = 27.62%
B = 58.58%

CMYK

 C value IS 0.76

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#21428C (or 0x21428C) is known color: Fun Blue. HEX triplet: 21, 42 and 8C. RGB value is (33,66,140). Sum of RGB (Red+Green+Blue) = 33+66+140=239 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.81% from 239); Green value is 66 (26.17% from 255 or 27.62% from 239); Blue value is 140 (55.08% from 255 or 58.58% from 239); Max value from RGB is 140 - color contains mainly: blue. Hex color #21428C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21428C is #DEBD73. Grayscale: #404040. Windows color (decimal): -14597492 or 9191969. OLE color: 9191969.

HSL color Cylindrical-coordinate representation of color #21428C: hue angle of 221.5º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21428C is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 33 66 140 -
CMYK 0.76 0.53 0 0.45
HSL 221.5º 0.62% 0.34% -
HSV(B) 221.5º 0.76% 0.55% -
XYZ 7.31 6.11 25.61 -
YUV 64.57 170.57 105.48 -
System Red Green Blue C M Y K H S L
Decimal 33 66 140 0.76 0.53 0 0.45 221.5 0.62 0.34
Hex 21 42 8C 4C 35 0 2D DD 3E 22
Octal 41 102 214 114 65 0 55 335 76 42
Binary 100001 1000010 10001100 1001100 110101 0 101101 11011101 111110 100010

Color Harmonies of #21428C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21428C

Black with #21428C

Text Example


Text Example

White with #21428C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21428C; }

 p { color: rgb(33,66,140); }

 H1.HeaderClassName
 {
   color: #21428C;
 }
 .AnyTagClassName
 {
   color: #21428C;
 }
</style>

background-color css

<style>
 a { background-color: #21428C; }

 a { background-color: rgb(33,66,140); }

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

border-color css

<style>
 span { border-color: #21428C; }

 span { border-color: rgb(33,66,140); }

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