Html Css Color HEX #228AFF Dodger Blue

📋 copy color: '#228AFF'

red 34 ◦ green 138 ◦ blue 255

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

Shades of Dodger Blue #228AFF

Tints of Dodger Blue #228AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 59.72%

R = 7.96%
G = 32.32%
B = 59.72%

CMYK

 C value IS 0.87

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#228AFF (or 0x228AFF) is known color: Dodger Blue. HEX triplet: 22, 8A and FF. RGB value is (34,138,255). Sum of RGB (Red+Green+Blue) = 34+138+255=427 (56% of max value = 765). Red value is 34 (13.67% from 255 or 7.96% from 427); Green value is 138 (54.30% from 255 or 32.32% from 427); Blue value is 255 (100% from 255 or 59.72% from 427); Max value from RGB is 255 - color contains mainly: blue. Hex color #228AFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #228AFF is #DD7500. Grayscale: #777777. Windows color (decimal): -14513409 or 16747042. OLE color: 16747042.

HSL color Cylindrical-coordinate representation of color #228AFF: hue angle of 211.76º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #228AFF is Cyan = 0.87, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 34 138 255 -
CMYK 0.87 0.46 0 0
HSL 211.76º 1% 0.57% -
HSV(B) 211.76º 0.87% 1% -
XYZ 27.8 25.74 98.11 -
YUV 120.24 204.04 66.49 -
System Red Green Blue C M Y K H S L
Decimal 34 138 255 0.87 0.46 0 0 211.76 1 0.57
Hex 22 8A FF 57 2E 0 0 D4 64 39
Octal 42 212 377 127 56 0 0 324 144 71
Binary 100010 10001010 11111111 1010111 101110 0 0 11010100 1100100 111001

Color Harmonies of #228AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228AFF

Black with #228AFF

Text Example


Text Example

White with #228AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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