Html Css Color HEX #217BEE Dodger Blue

📋 copy color: '#217BEE'

red 33 ◦ green 123 ◦ blue 238

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

Shades of Dodger Blue #217BEE

Tints of Dodger Blue #217BEE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.22%

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

R = 8.38%
G = 31.22%
B = 60.41%

CMYK

 C value IS 0.86

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#217BEE (or 0x217BEE) is known color: Dodger Blue. HEX triplet: 21, 7B and EE. RGB value is (33,123,238). Sum of RGB (Red+Green+Blue) = 33+123+238=394 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.38% from 394); Green value is 123 (48.44% from 255 or 31.22% from 394); Blue value is 238 (93.36% from 255 or 60.41% from 394); Max value from RGB is 238 - color contains mainly: blue. Hex color #217BEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #217BEE is #DE8411. Grayscale: #6C6C6C. Windows color (decimal): -14582802 or 15629089. OLE color: 15629089.

HSL color Cylindrical-coordinate representation of color #217BEE: hue angle of 213.66º 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 #217BEE is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 33 123 238 -
CMYK 0.86 0.48 0 0.07
HSL 213.66º 0.86% 0.53% -
HSV(B) 213.66º 0.86% 0.93% -
XYZ 23.14 20.66 83.66 -
YUV 109.2 200.68 73.65 -
System Red Green Blue C M Y K H S L
Decimal 33 123 238 0.86 0.48 0 0.07 213.66 0.86 0.53
Hex 21 7B EE 56 30 0 7 D6 56 35
Octal 41 173 356 126 60 0 7 326 126 65
Binary 100001 1111011 11101110 1010110 110000 0 111 11010110 1010110 110101

Color Harmonies of #217BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217BEE

Black with #217BEE

Text Example


Text Example

White with #217BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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