Html Css Color HEX #227DF8 Dodger Blue

📋 copy color: '#227DF8'

red 34 ◦ green 125 ◦ blue 248

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

Shades of Dodger Blue #227DF8

Tints of Dodger Blue #227DF8

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.71%

 BLUE value IS 248 (97.27% from 255) = 60.93%

R = 8.35%
G = 30.71%
B = 60.93%

CMYK

 C value IS 0.86

 M value IS 0.50

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#227DF8 (or 0x227DF8) is known color: Dodger Blue. HEX triplet: 22, 7D and F8. RGB value is (34,125,248). Sum of RGB (Red+Green+Blue) = 34+125+248=407 (53% of max value = 765). Red value is 34 (13.67% from 255 or 8.35% from 407); Green value is 125 (49.22% from 255 or 30.71% from 407); Blue value is 248 (97.27% from 255 or 60.93% from 407); Max value from RGB is 248 - color contains mainly: blue. Hex color #227DF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #227DF8 is #DD8207. Grayscale: #6F6F6F. Windows color (decimal): -14516744 or 16284962. OLE color: 16284962.

HSL color Cylindrical-coordinate representation of color #227DF8: hue angle of 214.49º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #227DF8 is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 34 125 248 -
CMYK 0.86 0.50 0 0.03
HSL 214.49º 0.94% 0.55% -
HSV(B) 214.49º 0.86% 0.97% -
XYZ 24.94 21.78 91.7 -
YUV 111.81 204.85 72.5 -
System Red Green Blue C M Y K H S L
Decimal 34 125 248 0.86 0.50 0 0.03 214.49 0.94 0.55
Hex 22 7D F8 56 32 0 3 D6 5E 37
Octal 42 175 370 126 62 0 3 326 136 67
Binary 100010 1111101 11111000 1010110 110010 0 11 11010110 1011110 110111

Color Harmonies of #227DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227DF8

Black with #227DF8

Text Example


Text Example

White with #227DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #227DF8; }

 p { color: rgb(34,125,248); }

 H1.HeaderClassName
 {
   color: #227DF8;
 }
 .AnyTagClassName
 {
   color: #227DF8;
 }
</style>

background-color css

<style>
 a { background-color: #227DF8; }

 a { background-color: rgb(34,125,248); }

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

border-color css

<style>
 span { border-color: #227DF8; }

 span { border-color: rgb(34,125,248); }

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