Html Css Color HEX #228CEF Dodger Blue

📋 copy color: '#228CEF'

red 34 ◦ green 140 ◦ blue 239

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

Shades of Dodger Blue #228CEF

Tints of Dodger Blue #228CEF

RGB

 RED value IS 34 (13.67% from 255) = 8.23%

 GREEN value IS 140 (55.08% from 255) = 33.9%

 BLUE value IS 239 (93.75% from 255) = 57.87%

R = 8.23%
G = 33.9%
B = 57.87%

CMYK

 C value IS 0.86

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#228CEF (or 0x228CEF) is known color: Dodger Blue. HEX triplet: 22, 8C and EF. RGB value is (34,140,239). Sum of RGB (Red+Green+Blue) = 34+140+239=413 (54% of max value = 765). Red value is 34 (13.67% from 255 or 8.23% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 239 (93.75% from 255 or 57.87% from 413); Max value from RGB is 239 - color contains mainly: blue. Hex color #228CEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #228CEF is #DD7310. Grayscale: #777777. Windows color (decimal): -14512913 or 15698978. OLE color: 15698978.

HSL color Cylindrical-coordinate representation of color #228CEF: hue angle of 208.98º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #228CEF is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 34 140 239 -
CMYK 0.86 0.41 0 0.06
HSL 208.98º 0.86% 0.54% -
HSV(B) 208.98º 0.86% 0.94% -
XYZ 25.62 25.33 85.2 -
YUV 119.59 195.38 66.95 -
System Red Green Blue C M Y K H S L
Decimal 34 140 239 0.86 0.41 0 0.06 208.98 0.86 0.54
Hex 22 8C EF 56 29 0 6 D1 56 36
Octal 42 214 357 126 51 0 6 321 126 66
Binary 100010 10001100 11101111 1010110 101001 0 110 11010001 1010110 110110

Color Harmonies of #228CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228CEF

Black with #228CEF

Text Example


Text Example

White with #228CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228CEF; }

 p { color: rgb(34,140,239); }

 H1.HeaderClassName
 {
   color: #228CEF;
 }
 .AnyTagClassName
 {
   color: #228CEF;
 }
</style>

background-color css

<style>
 a { background-color: #228CEF; }

 a { background-color: rgb(34,140,239); }

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

border-color css

<style>
 span { border-color: #228CEF; }

 span { border-color: rgb(34,140,239); }

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