Html Css Color HEX #218BE7 Dodger Blue

📋 copy color: '#218BE7'

red 33 ◦ green 139 ◦ blue 231

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

Shades of Dodger Blue #218BE7

Tints of Dodger Blue #218BE7

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.49%

 BLUE value IS 231 (90.63% from 255) = 57.32%

R = 8.19%
G = 34.49%
B = 57.32%

CMYK

 C value IS 0.86

 M value IS 0.40

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#218BE7 (or 0x218BE7) is known color: Dodger Blue. HEX triplet: 21, 8B and E7. RGB value is (33,139,231). Sum of RGB (Red+Green+Blue) = 33+139+231=403 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.19% from 403); Green value is 139 (54.69% from 255 or 34.49% from 403); Blue value is 231 (90.62% from 255 or 57.32% from 403); Max value from RGB is 231 - color contains mainly: blue. Hex color #218BE7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #218BE7 is #DE7418. Grayscale: #757575. Windows color (decimal): -14578713 or 15174433. OLE color: 15174433.

HSL color Cylindrical-coordinate representation of color #218BE7: hue angle of 207.88º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #218BE7 is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 33 139 231 -
CMYK 0.86 0.40 0 0.09
HSL 207.88º 0.8% 0.52% -
HSV(B) 207.88º 0.86% 0.91% -
XYZ 24.28 24.56 79.06 -
YUV 117.79 191.88 67.52 -
System Red Green Blue C M Y K H S L
Decimal 33 139 231 0.86 0.40 0 0.09 207.88 0.8 0.52
Hex 21 8B E7 56 28 0 9 D0 50 34
Octal 41 213 347 126 50 0 11 320 120 64
Binary 100001 10001011 11100111 1010110 101000 0 1001 11010000 1010000 110100

Color Harmonies of #218BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218BE7

Black with #218BE7

Text Example


Text Example

White with #218BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218BE7; }

 p { color: rgb(33,139,231); }

 H1.HeaderClassName
 {
   color: #218BE7;
 }
 .AnyTagClassName
 {
   color: #218BE7;
 }
</style>

background-color css

<style>
 a { background-color: #218BE7; }

 a { background-color: rgb(33,139,231); }

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

border-color css

<style>
 span { border-color: #218BE7; }

 span { border-color: rgb(33,139,231); }

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