Html Css Color HEX #228DDF Dodger Blue

📋 copy color: '#228DDF'

red 34 ◦ green 141 ◦ blue 223

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

Shades of Dodger Blue #228DDF

Tints of Dodger Blue #228DDF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.43%

 BLUE value IS 223 (87.5% from 255) = 56.03%

R = 8.54%
G = 35.43%
B = 56.03%

CMYK

 C value IS 0.85

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#228DDF (or 0x228DDF) is known color: Dodger Blue. HEX triplet: 22, 8D and DF. RGB value is (34,141,223). Sum of RGB (Red+Green+Blue) = 34+141+223=398 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.54% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #228DDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228DDF is #DD7220. Grayscale: #757575. Windows color (decimal): -14512673 or 14650658. OLE color: 14650658.

HSL color Cylindrical-coordinate representation of color #228DDF: hue angle of 206.03º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #228DDF is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 34 141 223 -
CMYK 0.85 0.37 0 0.13
HSL 206.03º 0.75% 0.5% -
HSV(B) 206.03º 0.85% 0.87% -
XYZ 23.5 24.72 73.34 -
YUV 118.36 187.05 67.83 -
System Red Green Blue C M Y K H S L
Decimal 34 141 223 0.85 0.37 0 0.13 206.03 0.75 0.5
Hex 22 8D DF 55 25 0 D CE 4B 32
Octal 42 215 337 125 45 0 15 316 113 62
Binary 100010 10001101 11011111 1010101 100101 0 1101 11001110 1001011 110010

Color Harmonies of #228DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228DDF

Black with #228DDF

Text Example


Text Example

White with #228DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,141,223); }

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

background-color css

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

 a { background-color: rgb(34,141,223); }

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

border-color css

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

 span { border-color: rgb(34,141,223); }

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