Html Css Color HEX #227DFF Dodger Blue

📋 copy color: '#227DFF'

red 34 ◦ green 125 ◦ blue 255

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

Shades of Dodger Blue #227DFF

Tints of Dodger Blue #227DFF

RGB

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

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

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

R = 8.21%
G = 30.19%
B = 61.59%

CMYK

 C value IS 0.87

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#227DFF (or 0x227DFF) is known color: Dodger Blue. HEX triplet: 22, 7D and FF. RGB value is (34,125,255). Sum of RGB (Red+Green+Blue) = 34+125+255=414 (54% of max value = 765). Red value is 34 (13.67% from 255 or 8.21% from 414); Green value is 125 (49.22% from 255 or 30.19% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #227DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #227DFF is #DD8200. Grayscale: #707070. Windows color (decimal): -14516737 or 16743714. OLE color: 16743714.

HSL color Cylindrical-coordinate representation of color #227DFF: hue angle of 215.29º 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 #227DFF is Cyan = 0.87, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 34 125 255 -
CMYK 0.87 0.51 0 0
HSL 215.29º 1% 0.57% -
HSV(B) 215.29º 0.87% 1% -
XYZ 26.04 22.23 97.53 -
YUV 112.61 208.35 71.93 -
System Red Green Blue C M Y K H S L
Decimal 34 125 255 0.87 0.51 0 0 215.29 1 0.57
Hex 22 7D FF 57 33 0 0 D7 64 39
Octal 42 175 377 127 63 0 0 327 144 71
Binary 100010 1111101 11111111 1010111 110011 0 0 11010111 1100100 111001

Color Harmonies of #227DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227DFF

Black with #227DFF

Text Example


Text Example

White with #227DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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