Html Css Color HEX #217CEA Dodger Blue

📋 copy color: '#217CEA'

red 33 ◦ green 124 ◦ blue 234

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

Shades of Dodger Blue #217CEA

Tints of Dodger Blue #217CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 59.85%

R = 8.44%
G = 31.71%
B = 59.85%

CMYK

 C value IS 0.86

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#217CEA (or 0x217CEA) is known color: Dodger Blue. HEX triplet: 21, 7C and EA. RGB value is (33,124,234). Sum of RGB (Red+Green+Blue) = 33+124+234=391 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.44% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 234 (91.80% from 255 or 59.85% from 391); Max value from RGB is 234 - color contains mainly: blue. Hex color #217CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #217CEA is #DE8315. Grayscale: #6C6C6C. Windows color (decimal): -14582550 or 15367201. OLE color: 15367201.

HSL color Cylindrical-coordinate representation of color #217CEA: hue angle of 212.84º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #217CEA is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 33 124 234 -
CMYK 0.86 0.47 0 0.08
HSL 212.84º 0.83% 0.52% -
HSV(B) 212.84º 0.86% 0.92% -
XYZ 22.69 20.68 80.64 -
YUV 109.33 198.35 73.56 -
System Red Green Blue C M Y K H S L
Decimal 33 124 234 0.86 0.47 0 0.08 212.84 0.83 0.52
Hex 21 7C EA 56 2F 0 8 D5 53 34
Octal 41 174 352 126 57 0 10 325 123 64
Binary 100001 1111100 11101010 1010110 101111 0 1000 11010101 1010011 110100

Color Harmonies of #217CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217CEA

Black with #217CEA

Text Example


Text Example

White with #217CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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