Html Css Color HEX #228FDA Dodger Blue

📋 copy color: '#228FDA'

red 34 ◦ green 143 ◦ blue 218

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

Shades of Dodger Blue #228FDA

Tints of Dodger Blue #228FDA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.2%

 BLUE value IS 218 (85.55% from 255) = 55.19%

R = 8.61%
G = 36.2%
B = 55.19%

CMYK

 C value IS 0.84

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#228FDA (or 0x228FDA) is known color: Dodger Blue. HEX triplet: 22, 8F and DA. RGB value is (34,143,218). Sum of RGB (Red+Green+Blue) = 34+143+218=395 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.61% from 395); Green value is 143 (56.25% from 255 or 36.20% from 395); Blue value is 218 (85.55% from 255 or 55.19% from 395); Max value from RGB is 218 - color contains mainly: blue. Hex color #228FDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228FDA is #DD7025. Grayscale: #767676. Windows color (decimal): -14512166 or 14323490. OLE color: 14323490.

HSL color Cylindrical-coordinate representation of color #228FDA: hue angle of 204.46º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #228FDA is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 34 143 218 -
CMYK 0.84 0.34 0 0.15
HSL 204.46º 0.73% 0.49% -
HSV(B) 204.46º 0.84% 0.85% -
XYZ 23.14 25.05 69.94 -
YUV 118.96 183.89 67.4 -
System Red Green Blue C M Y K H S L
Decimal 34 143 218 0.84 0.34 0 0.15 204.46 0.73 0.49
Hex 22 8F DA 54 22 0 F CC 49 31
Octal 42 217 332 124 42 0 17 314 111 61
Binary 100010 10001111 11011010 1010100 100010 0 1111 11001100 1001001 110001

Color Harmonies of #228FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228FDA

Black with #228FDA

Text Example


Text Example

White with #228FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,143,218); }

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

background-color css

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

 a { background-color: rgb(34,143,218); }

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

border-color css

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

 span { border-color: rgb(34,143,218); }

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