Html Css Color HEX #218BE4 Dodger Blue

📋 copy color: '#218BE4'

red 33 ◦ green 139 ◦ blue 228

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

Shades of Dodger Blue #218BE4

Tints of Dodger Blue #218BE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 57%

R = 8.25%
G = 34.75%
B = 57%

CMYK

 C value IS 0.86

 M value IS 0.39

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#218BE4 (or 0x218BE4) is known color: Dodger Blue. HEX triplet: 21, 8B and E4. RGB value is (33,139,228). Sum of RGB (Red+Green+Blue) = 33+139+228=400 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.25% from 400); Green value is 139 (54.69% from 255 or 34.75% from 400); Blue value is 228 (89.45% from 255 or 57% from 400); Max value from RGB is 228 - color contains mainly: blue. Hex color #218BE4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #218BE4 is #DE741B. Grayscale: #747474. Windows color (decimal): -14578716 or 14977825. OLE color: 14977825.

HSL color Cylindrical-coordinate representation of color #218BE4: hue angle of 207.38º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #218BE4 is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 33 139 228 -
CMYK 0.86 0.39 0 0.11
HSL 207.38º 0.78% 0.51% -
HSV(B) 207.38º 0.86% 0.89% -
XYZ 23.86 24.39 76.85 -
YUV 117.45 190.38 67.76 -
System Red Green Blue C M Y K H S L
Decimal 33 139 228 0.86 0.39 0 0.11 207.38 0.78 0.51
Hex 21 8B E4 56 27 0 B CF 4E 33
Octal 41 213 344 126 47 0 13 317 116 63
Binary 100001 10001011 11100100 1010110 100111 0 1011 11001111 1001110 110011

Color Harmonies of #218BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218BE4

Black with #218BE4

Text Example


Text Example

White with #218BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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