Html Css Color HEX #21487D Fun Blue

📋 copy color: '#21487D'

red 33 ◦ green 72 ◦ blue 125

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

Shades of Fun Blue #21487D

Tints of Fun Blue #21487D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.3%

 BLUE value IS 125 (49.22% from 255) = 54.35%

R = 14.35%
G = 31.3%
B = 54.35%

CMYK

 C value IS 0.74

 M value IS 0.42

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#21487D (or 0x21487D) is known color: Fun Blue. HEX triplet: 21, 48 and 7D. RGB value is (33,72,125). Sum of RGB (Red+Green+Blue) = 33+72+125=230 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.35% from 230); Green value is 72 (28.52% from 255 or 31.30% from 230); Blue value is 125 (49.22% from 255 or 54.35% from 230); Max value from RGB is 125 - color contains mainly: blue. Hex color #21487D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21487D is #DEB782. Grayscale: #424242. Windows color (decimal): -14595971 or 8210465. OLE color: 8210465.

HSL color Cylindrical-coordinate representation of color #21487D: hue angle of 214.57º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #21487D is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 33 72 125 -
CMYK 0.74 0.42 0 0.51
HSL 214.57º 0.58% 0.31% -
HSV(B) 214.57º 0.74% 0.49% -
XYZ 6.65 6.44 20.29 -
YUV 66.38 161.08 104.19 -
System Red Green Blue C M Y K H S L
Decimal 33 72 125 0.74 0.42 0 0.51 214.57 0.58 0.31
Hex 21 48 7D 4A 2A 0 33 D7 3A 1F
Octal 41 110 175 112 52 0 63 327 72 37
Binary 100001 1001000 1111101 1001010 101010 0 110011 11010111 111010 11111

Color Harmonies of #21487D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21487D

Black with #21487D

Text Example


Text Example

White with #21487D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,72,125); }

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

background-color css

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

 a { background-color: rgb(33,72,125); }

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

border-color css

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

 span { border-color: rgb(33,72,125); }

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