Html Css Color HEX #227DFB Dodger Blue

📋 copy color: '#227DFB'

red 34 ◦ green 125 ◦ blue 251

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

Shades of Dodger Blue #227DFB

Tints of Dodger Blue #227DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 61.22%

R = 8.29%
G = 30.49%
B = 61.22%

CMYK

 C value IS 0.86

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#227DFB (or 0x227DFB) is known color: Dodger Blue. HEX triplet: 22, 7D and FB. RGB value is (34,125,251). Sum of RGB (Red+Green+Blue) = 34+125+251=410 (54% of max value = 765). Red value is 34 (13.67% from 255 or 8.29% from 410); Green value is 125 (49.22% from 255 or 30.49% from 410); Blue value is 251 (98.44% from 255 or 61.22% from 410); Max value from RGB is 251 - color contains mainly: blue. Hex color #227DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #227DFB is #DD8204. Grayscale: #6F6F6F. Windows color (decimal): -14516741 or 16481570. OLE color: 16481570.

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

Color convert

RGB 34 125 251 -
CMYK 0.86 0.50 0 0.02
HSL 214.84º 0.96% 0.56% -
HSV(B) 214.84º 0.86% 0.98% -
XYZ 25.41 21.97 94.17 -
YUV 112.16 206.35 72.25 -
System Red Green Blue C M Y K H S L
Decimal 34 125 251 0.86 0.50 0 0.02 214.84 0.96 0.56
Hex 22 7D FB 56 32 0 2 D7 60 38
Octal 42 175 373 126 62 0 2 327 140 70
Binary 100010 1111101 11111011 1010110 110010 0 10 11010111 1100000 111000

Color Harmonies of #227DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227DFB

Black with #227DFB

Text Example


Text Example

White with #227DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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