Html Css Color HEX #228CEC Dodger Blue

📋 copy color: '#228CEC'

red 34 ◦ green 140 ◦ blue 236

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

Shades of Dodger Blue #228CEC

Tints of Dodger Blue #228CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 57.56%

R = 8.29%
G = 34.15%
B = 57.56%

CMYK

 C value IS 0.86

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#228CEC (or 0x228CEC) is known color: Dodger Blue. HEX triplet: 22, 8C and EC. RGB value is (34,140,236). Sum of RGB (Red+Green+Blue) = 34+140+236=410 (54% of max value = 765). Red value is 34 (13.67% from 255 or 8.29% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 236 (92.58% from 255 or 57.56% from 410); Max value from RGB is 236 - color contains mainly: blue. Hex color #228CEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #228CEC is #DD7313. Grayscale: #767676. Windows color (decimal): -14512916 or 15502370. OLE color: 15502370.

HSL color Cylindrical-coordinate representation of color #228CEC: hue angle of 208.51º degrees, saturation: 0.84, 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 #228CEC is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 34 140 236 -
CMYK 0.86 0.41 0 0.07
HSL 208.51º 0.84% 0.53% -
HSV(B) 208.51º 0.86% 0.93% -
XYZ 25.18 25.15 82.88 -
YUV 119.25 193.88 67.19 -
System Red Green Blue C M Y K H S L
Decimal 34 140 236 0.86 0.41 0 0.07 208.51 0.84 0.53
Hex 22 8C EC 56 29 0 7 D1 54 35
Octal 42 214 354 126 51 0 7 321 124 65
Binary 100010 10001100 11101100 1010110 101001 0 111 11010001 1010100 110101

Color Harmonies of #228CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228CEC

Black with #228CEC

Text Example


Text Example

White with #228CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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