Html Css Color HEX #217CDA Navy Blue

📋 copy color: '#217CDA'

red 33 ◦ green 124 ◦ blue 218

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

Shades of Navy Blue #217CDA

Tints of Navy Blue #217CDA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.07%

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

R = 8.8%
G = 33.07%
B = 58.13%

CMYK

 C value IS 0.85

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#217CDA (or 0x217CDA) is known color: Navy Blue. HEX triplet: 21, 7C and DA. RGB value is (33,124,218). Sum of RGB (Red+Green+Blue) = 33+124+218=375 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.8% from 375); Green value is 124 (48.83% from 255 or 33.07% from 375); Blue value is 218 (85.55% from 255 or 58.13% from 375); Max value from RGB is 218 - color contains mainly: blue. Hex color #217CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217CDA is #DE8325. Grayscale: #6B6B6B. Windows color (decimal): -14582566 or 14318625. OLE color: 14318625.

HSL color Cylindrical-coordinate representation of color #217CDA: hue angle of 210.49º 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 #217CDA is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 33 124 218 -
CMYK 0.85 0.43 0 0.15
HSL 210.49º 0.74% 0.49% -
HSV(B) 210.49º 0.85% 0.85% -
XYZ 20.49 19.8 69.07 -
YUV 107.51 190.35 74.86 -
System Red Green Blue C M Y K H S L
Decimal 33 124 218 0.85 0.43 0 0.15 210.49 0.74 0.49
Hex 21 7C DA 55 2B 0 F D2 4A 31
Octal 41 174 332 125 53 0 17 322 112 61
Binary 100001 1111100 11011010 1010101 101011 0 1111 11010010 1001010 110001

Color Harmonies of #217CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217CDA

Black with #217CDA

Text Example


Text Example

White with #217CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217CDA; }

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

 H1.HeaderClassName
 {
   color: #217CDA;
 }
 .AnyTagClassName
 {
   color: #217CDA;
 }
</style>

background-color css

<style>
 a { background-color: #217CDA; }

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

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

border-color css

<style>
 span { border-color: #217CDA; }

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

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