Html Css Color HEX #21478D Fun Blue

📋 copy color: '#21478D'

red 33 ◦ green 71 ◦ blue 141

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

Shades of Fun Blue #21478D

Tints of Fun Blue #21478D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.98%

 BLUE value IS 141 (55.47% from 255) = 57.55%

R = 13.47%
G = 28.98%
B = 57.55%

CMYK

 C value IS 0.77

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#21478D (or 0x21478D) is known color: Fun Blue. HEX triplet: 21, 47 and 8D. RGB value is (33,71,141). Sum of RGB (Red+Green+Blue) = 33+71+141=245 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.47% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 141 (55.47% from 255 or 57.55% from 245); Max value from RGB is 141 - color contains mainly: blue. Hex color #21478D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #21478D is #DEB872. Grayscale: #434343. Windows color (decimal): -14596211 or 9258785. OLE color: 9258785.

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

Color convert

RGB 33 71 141 -
CMYK 0.77 0.50 0 0.45
HSL 218.89º 0.62% 0.34% -
HSV(B) 218.89º 0.77% 0.55% -
XYZ 7.69 6.75 26.1 -
YUV 67.62 169.41 103.31 -
System Red Green Blue C M Y K H S L
Decimal 33 71 141 0.77 0.50 0 0.45 218.89 0.62 0.34
Hex 21 47 8D 4D 32 0 2D DB 3E 22
Octal 41 107 215 115 62 0 55 333 76 42
Binary 100001 1000111 10001101 1001101 110010 0 101101 11011011 111110 100010

Color Harmonies of #21478D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21478D

Black with #21478D

Text Example


Text Example

White with #21478D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21478D; }

 p { color: rgb(33,71,141); }

 H1.HeaderClassName
 {
   color: #21478D;
 }
 .AnyTagClassName
 {
   color: #21478D;
 }
</style>

background-color css

<style>
 a { background-color: #21478D; }

 a { background-color: rgb(33,71,141); }

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

border-color css

<style>
 span { border-color: #21478D; }

 span { border-color: rgb(33,71,141); }

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