Html Css Color HEX #217FEE Dodger Blue

📋 copy color: '#217FEE'

red 33 ◦ green 127 ◦ blue 238

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

Shades of Dodger Blue #217FEE

Tints of Dodger Blue #217FEE

RGB

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

 GREEN value IS 127 (50% from 255) = 31.91%

 BLUE value IS 238 (93.36% from 255) = 59.8%

R = 8.29%
G = 31.91%
B = 59.8%

CMYK

 C value IS 0.86

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#217FEE (or 0x217FEE) is known color: Dodger Blue. HEX triplet: 21, 7F and EE. RGB value is (33,127,238). Sum of RGB (Red+Green+Blue) = 33+127+238=398 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.29% from 398); Green value is 127 (50% from 255 or 31.91% from 398); Blue value is 238 (93.36% from 255 or 59.80% from 398); Max value from RGB is 238 - color contains mainly: blue. Hex color #217FEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #217FEE is #DE8011. Grayscale: #6F6F6F. Windows color (decimal): -14581778 or 15630113. OLE color: 15630113.

HSL color Cylindrical-coordinate representation of color #217FEE: hue angle of 212.49º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #217FEE is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 33 127 238 -
CMYK 0.86 0.47 0 0.07
HSL 212.49º 0.86% 0.53% -
HSV(B) 212.49º 0.86% 0.93% -
XYZ 23.65 21.68 83.83 -
YUV 111.55 199.36 71.97 -
System Red Green Blue C M Y K H S L
Decimal 33 127 238 0.86 0.47 0 0.07 212.49 0.86 0.53
Hex 21 7F EE 56 2F 0 7 D4 56 35
Octal 41 177 356 126 57 0 7 324 126 65
Binary 100001 1111111 11101110 1010110 101111 0 111 11010100 1010110 110101

Color Harmonies of #217FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217FEE

Black with #217FEE

Text Example


Text Example

White with #217FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,127,238); }

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

background-color css

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

 a { background-color: rgb(33,127,238); }

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

border-color css

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

 span { border-color: rgb(33,127,238); }

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