Html Css Color HEX #227FFD Dodger Blue

📋 copy color: '#227FFD'

red 34 ◦ green 127 ◦ blue 253

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

Shades of Dodger Blue #227FFD

Tints of Dodger Blue #227FFD

RGB

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

 GREEN value IS 127 (50% from 255) = 30.68%

 BLUE value IS 253 (99.22% from 255) = 61.11%

R = 8.21%
G = 30.68%
B = 61.11%

CMYK

 C value IS 0.87

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#227FFD (or 0x227FFD) is known color: Dodger Blue. HEX triplet: 22, 7F and FD. RGB value is (34,127,253). Sum of RGB (Red+Green+Blue) = 34+127+253=414 (54% of max value = 765). Red value is 34 (13.67% from 255 or 8.21% from 414); Green value is 127 (50% from 255 or 30.68% from 414); Blue value is 253 (99.22% from 255 or 61.11% from 414); Max value from RGB is 253 - color contains mainly: blue. Hex color #227FFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #227FFD is #DD8002. Grayscale: #707070. Windows color (decimal): -14516227 or 16613154. OLE color: 16613154.

HSL color Cylindrical-coordinate representation of color #227FFD: hue angle of 214.52º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #227FFD is Cyan = 0.87, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 34 127 253 -
CMYK 0.87 0.50 0 0.01
HSL 214.52º 0.98% 0.56% -
HSV(B) 214.52º 0.87% 0.99% -
XYZ 25.98 22.61 95.92 -
YUV 113.56 206.69 71.25 -
System Red Green Blue C M Y K H S L
Decimal 34 127 253 0.87 0.50 0 0.01 214.52 0.98 0.56
Hex 22 7F FD 57 32 0 1 D7 62 38
Octal 42 177 375 127 62 0 1 327 142 70
Binary 100010 1111111 11111101 1010111 110010 0 1 11010111 1100010 111000

Color Harmonies of #227FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227FFD

Black with #227FFD

Text Example


Text Example

White with #227FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,127,253); }

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

background-color css

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

 a { background-color: rgb(34,127,253); }

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

border-color css

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

 span { border-color: rgb(34,127,253); }

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