Html Css Color HEX #227DF3 Dodger Blue

📋 copy color: '#227DF3'

red 34 ◦ green 125 ◦ blue 243

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

Shades of Dodger Blue #227DF3

Tints of Dodger Blue #227DF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 60.45%

R = 8.46%
G = 31.09%
B = 60.45%

CMYK

 C value IS 0.86

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#227DF3 (or 0x227DF3) is known color: Dodger Blue. HEX triplet: 22, 7D and F3. RGB value is (34,125,243). Sum of RGB (Red+Green+Blue) = 34+125+243=402 (53% of max value = 765). Red value is 34 (13.67% from 255 or 8.46% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 243 (95.31% from 255 or 60.45% from 402); Max value from RGB is 243 - color contains mainly: blue. Hex color #227DF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #227DF3 is #DD820C. Grayscale: #6E6E6E. Windows color (decimal): -14516749 or 15957282. OLE color: 15957282.

HSL color Cylindrical-coordinate representation of color #227DF3: hue angle of 213.88º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #227DF3 is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 34 125 243 -
CMYK 0.86 0.49 0 0.05
HSL 213.88º 0.9% 0.54% -
HSV(B) 213.88º 0.86% 0.95% -
XYZ 24.17 21.48 87.67 -
YUV 111.24 202.35 72.91 -
System Red Green Blue C M Y K H S L
Decimal 34 125 243 0.86 0.49 0 0.05 213.88 0.9 0.54
Hex 22 7D F3 56 31 0 5 D6 5A 36
Octal 42 175 363 126 61 0 5 326 132 66
Binary 100010 1111101 11110011 1010110 110001 0 101 11010110 1011010 110110

Color Harmonies of #227DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227DF3

Black with #227DF3

Text Example


Text Example

White with #227DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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