Html Css Color HEX #228CEA Dodger Blue

📋 copy color: '#228CEA'

red 34 ◦ green 140 ◦ blue 234

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

Shades of Dodger Blue #228CEA

Tints of Dodger Blue #228CEA

RGB

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

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

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

R = 8.33%
G = 34.31%
B = 57.35%

CMYK

 C value IS 0.85

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#228CEA (or 0x228CEA) is known color: Dodger Blue. HEX triplet: 22, 8C and EA. RGB value is (34,140,234). Sum of RGB (Red+Green+Blue) = 34+140+234=408 (54% of max value = 765). Red value is 34 (13.67% from 255 or 8.33% from 408); Green value is 140 (55.08% from 255 or 34.31% from 408); Blue value is 234 (91.80% from 255 or 57.35% from 408); Max value from RGB is 234 - color contains mainly: blue. Hex color #228CEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #228CEA is #DD7315. Grayscale: #767676. Windows color (decimal): -14512918 or 15371298. OLE color: 15371298.

HSL color Cylindrical-coordinate representation of color #228CEA: hue angle of 208.2º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #228CEA is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 34 140 234 -
CMYK 0.85 0.40 0 0.08
HSL 208.2º 0.83% 0.53% -
HSV(B) 208.2º 0.85% 0.92% -
XYZ 24.89 25.04 81.36 -
YUV 119.02 192.88 67.36 -
System Red Green Blue C M Y K H S L
Decimal 34 140 234 0.85 0.40 0 0.08 208.2 0.83 0.53
Hex 22 8C EA 55 28 0 8 D0 53 35
Octal 42 214 352 125 50 0 10 320 123 65
Binary 100010 10001100 11101010 1010101 101000 0 1000 11010000 1010011 110101

Color Harmonies of #228CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228CEA

Black with #228CEA

Text Example


Text Example

White with #228CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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