Html Css Color HEX #227DDA Dodger Blue

📋 copy color: '#227DDA'

red 34 ◦ green 125 ◦ blue 218

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

Shades of Dodger Blue #227DDA

Tints of Dodger Blue #227DDA

RGB

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

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

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

R = 9.02%
G = 33.16%
B = 57.82%

CMYK

 C value IS 0.84

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#227DDA (or 0x227DDA) is known color: Dodger Blue. HEX triplet: 22, 7D and DA. RGB value is (34,125,218). Sum of RGB (Red+Green+Blue) = 34+125+218=377 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.02% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 218 (85.55% from 255 or 57.82% from 377); Max value from RGB is 218 - color contains mainly: blue. Hex color #227DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227DDA is #DD8225. Grayscale: #6B6B6B. Windows color (decimal): -14516774 or 14318882. OLE color: 14318882.

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

Color convert

RGB 34 125 218 -
CMYK 0.84 0.43 0 0.15
HSL 210.33º 0.73% 0.49% -
HSV(B) 210.33º 0.84% 0.85% -
XYZ 20.65 20.07 69.12 -
YUV 108.39 189.85 74.94 -
System Red Green Blue C M Y K H S L
Decimal 34 125 218 0.84 0.43 0 0.15 210.33 0.73 0.49
Hex 22 7D DA 54 2B 0 F D2 49 31
Octal 42 175 332 124 53 0 17 322 111 61
Binary 100010 1111101 11011010 1010100 101011 0 1111 11010010 1001001 110001

Color Harmonies of #227DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227DDA

Black with #227DDA

Text Example


Text Example

White with #227DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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