Html Css Color HEX #212FDA Persian Blue

📋 copy color: '#212FDA'

red 33 ◦ green 47 ◦ blue 218

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

Shades of Persian Blue #212FDA

Tints of Persian Blue #212FDA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.77%

 BLUE value IS 218 (85.55% from 255) = 73.15%

R = 11.07%
G = 15.77%
B = 73.15%

CMYK

 C value IS 0.85

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#212FDA (or 0x212FDA) is known color: Persian Blue. HEX triplet: 21, 2F and DA. RGB value is (33,47,218). Sum of RGB (Red+Green+Blue) = 33+47+218=298 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.07% from 298); Green value is 47 (18.75% from 255 or 15.77% from 298); Blue value is 218 (85.55% from 255 or 73.15% from 298); Max value from RGB is 218 - color contains mainly: blue. Hex color #212FDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212FDA is #DED025. Grayscale: #3D3D3D. Windows color (decimal): -14602278 or 14298913. OLE color: 14298913.

HSL color Cylindrical-coordinate representation of color #212FDA: hue angle of 235.46º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #212FDA is Cyan = 0.85, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 33 47 218 -
CMYK 0.85 0.78 0 0.15
HSL 235.46º 0.74% 0.49% -
HSV(B) 235.46º 0.85% 0.85% -
XYZ 14.3 7.42 67.01 -
YUV 62.31 215.86 107.1 -
System Red Green Blue C M Y K H S L
Decimal 33 47 218 0.85 0.78 0 0.15 235.46 0.74 0.49
Hex 21 2F DA 55 4E 0 F EB 4A 31
Octal 41 57 332 125 116 0 17 353 112 61
Binary 100001 101111 11011010 1010101 1001110 0 1111 11101011 1001010 110001

Color Harmonies of #212FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212FDA

Black with #212FDA

Text Example


Text Example

White with #212FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212FDA; }

 p { color: rgb(33,47,218); }

 H1.HeaderClassName
 {
   color: #212FDA;
 }
 .AnyTagClassName
 {
   color: #212FDA;
 }
</style>

background-color css

<style>
 a { background-color: #212FDA; }

 a { background-color: rgb(33,47,218); }

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

border-color css

<style>
 span { border-color: #212FDA; }

 span { border-color: rgb(33,47,218); }

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