Html Css Color HEX #228DF5 Dodger Blue

📋 copy color: '#228DF5'

red 34 ◦ green 141 ◦ blue 245

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

Shades of Dodger Blue #228DF5

Tints of Dodger Blue #228DF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 58.33%

R = 8.1%
G = 33.57%
B = 58.33%

CMYK

 C value IS 0.86

 M value IS 0.42

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#228DF5 (or 0x228DF5) is known color: Dodger Blue. HEX triplet: 22, 8D and F5. RGB value is (34,141,245). Sum of RGB (Red+Green+Blue) = 34+141+245=420 (55% of max value = 765). Red value is 34 (13.67% from 255 or 8.10% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 245 (96.09% from 255 or 58.33% from 420); Max value from RGB is 245 - color contains mainly: blue. Hex color #228DF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #228DF5 is #DD720A. Grayscale: #787878. Windows color (decimal): -14512651 or 16092450. OLE color: 16092450.

HSL color Cylindrical-coordinate representation of color #228DF5: hue angle of 209.57º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #228DF5 is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 34 141 245 -
CMYK 0.86 0.42 0 0.04
HSL 209.57º 0.91% 0.55% -
HSV(B) 209.57º 0.86% 0.96% -
XYZ 26.67 25.98 90 -
YUV 120.86 198.05 66.04 -
System Red Green Blue C M Y K H S L
Decimal 34 141 245 0.86 0.42 0 0.04 209.57 0.91 0.55
Hex 22 8D F5 56 2A 0 4 D2 5B 37
Octal 42 215 365 126 52 0 4 322 133 67
Binary 100010 10001101 11110101 1010110 101010 0 100 11010010 1011011 110111

Color Harmonies of #228DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228DF5

Black with #228DF5

Text Example


Text Example

White with #228DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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