Html Css Color HEX #227FDA Dodger Blue

📋 copy color: '#227FDA'

red 34 ◦ green 127 ◦ blue 218

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

Shades of Dodger Blue #227FDA

Tints of Dodger Blue #227FDA

RGB

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

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

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

R = 8.97%
G = 33.51%
B = 57.52%

CMYK

 C value IS 0.84

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#227FDA (or 0x227FDA) is known color: Dodger Blue. HEX triplet: 22, 7F and DA. RGB value is (34,127,218). Sum of RGB (Red+Green+Blue) = 34+127+218=379 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.97% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 218 (85.55% from 255 or 57.52% from 379); Max value from RGB is 218 - color contains mainly: blue. Hex color #227FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227FDA is #DD8025. Grayscale: #6D6D6D. Windows color (decimal): -14516262 or 14319394. OLE color: 14319394.

HSL color Cylindrical-coordinate representation of color #227FDA: hue angle of 209.67º 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 #227FDA is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 34 127 218 -
CMYK 0.84 0.42 0 0.15
HSL 209.67º 0.73% 0.49% -
HSV(B) 209.67º 0.84% 0.85% -
XYZ 20.9 20.58 69.2 -
YUV 109.57 189.19 74.1 -
System Red Green Blue C M Y K H S L
Decimal 34 127 218 0.84 0.42 0 0.15 209.67 0.73 0.49
Hex 22 7F DA 54 2A 0 F D2 49 31
Octal 42 177 332 124 52 0 17 322 111 61
Binary 100010 1111111 11011010 1010100 101010 0 1111 11010010 1001001 110001

Color Harmonies of #227FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227FDA

Black with #227FDA

Text Example


Text Example

White with #227FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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