Html Css Color HEX #228ADF Dodger Blue

📋 copy color: '#228ADF'

red 34 ◦ green 138 ◦ blue 223

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

Shades of Dodger Blue #228ADF

Tints of Dodger Blue #228ADF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.94%

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

R = 8.61%
G = 34.94%
B = 56.46%

CMYK

 C value IS 0.85

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#228ADF (or 0x228ADF) is known color: Dodger Blue. HEX triplet: 22, 8A and DF. RGB value is (34,138,223). Sum of RGB (Red+Green+Blue) = 34+138+223=395 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.61% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 223 (87.5% from 255 or 56.46% from 395); Max value from RGB is 223 - color contains mainly: blue. Hex color #228ADF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228ADF is #DD7520. Grayscale: #747474. Windows color (decimal): -14513441 or 14649890. OLE color: 14649890.

HSL color Cylindrical-coordinate representation of color #228ADF: hue angle of 206.98º 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 #228ADF is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 34 138 223 -
CMYK 0.85 0.38 0 0.13
HSL 206.98º 0.75% 0.5% -
HSV(B) 206.98º 0.85% 0.87% -
XYZ 23.07 23.84 73.2 -
YUV 116.59 188.04 69.09 -
System Red Green Blue C M Y K H S L
Decimal 34 138 223 0.85 0.38 0 0.13 206.98 0.75 0.5
Hex 22 8A DF 55 26 0 D CF 4B 32
Octal 42 212 337 125 46 0 15 317 113 62
Binary 100010 10001010 11011111 1010101 100110 0 1101 11001111 1001011 110010

Color Harmonies of #228ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228ADF

Black with #228ADF

Text Example


Text Example

White with #228ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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