Html Css Color HEX #218BEA Dodger Blue

📋 copy color: '#218BEA'

red 33 ◦ green 139 ◦ blue 234

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

Shades of Dodger Blue #218BEA

Tints of Dodger Blue #218BEA

RGB

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

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

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

R = 8.13%
G = 34.24%
B = 57.64%

CMYK

 C value IS 0.86

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#218BEA (or 0x218BEA) is known color: Dodger Blue. HEX triplet: 21, 8B and EA. RGB value is (33,139,234). Sum of RGB (Red+Green+Blue) = 33+139+234=406 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.13% from 406); Green value is 139 (54.69% from 255 or 34.24% from 406); Blue value is 234 (91.80% from 255 or 57.64% from 406); Max value from RGB is 234 - color contains mainly: blue. Hex color #218BEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #218BEA is #DE7415. Grayscale: #757575. Windows color (decimal): -14578710 or 15371041. OLE color: 15371041.

HSL color Cylindrical-coordinate representation of color #218BEA: hue angle of 208.36º 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 #218BEA is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 33 139 234 -
CMYK 0.86 0.41 0 0.08
HSL 208.36º 0.83% 0.52% -
HSV(B) 208.36º 0.86% 0.92% -
XYZ 24.71 24.73 81.31 -
YUV 118.14 193.38 67.28 -
System Red Green Blue C M Y K H S L
Decimal 33 139 234 0.86 0.41 0 0.08 208.36 0.83 0.52
Hex 21 8B EA 56 29 0 8 D0 53 34
Octal 41 213 352 126 51 0 10 320 123 64
Binary 100001 10001011 11101010 1010110 101001 0 1000 11010000 1010011 110100

Color Harmonies of #218BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218BEA

Black with #218BEA

Text Example


Text Example

White with #218BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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