Html Css Color HEX #227EFC Dodger Blue

📋 copy color: '#227EFC'

red 34 ◦ green 126 ◦ blue 252

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

Shades of Dodger Blue #227EFC

Tints of Dodger Blue #227EFC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.58%

 BLUE value IS 252 (98.83% from 255) = 61.17%

R = 8.25%
G = 30.58%
B = 61.17%

CMYK

 C value IS 0.87

 M value IS 0.5

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#227EFC (or 0x227EFC) is known color: Dodger Blue. HEX triplet: 22, 7E and FC. RGB value is (34,126,252). Sum of RGB (Red+Green+Blue) = 34+126+252=412 (54% of max value = 765). Red value is 34 (13.67% from 255 or 8.25% from 412); Green value is 126 (49.61% from 255 or 30.58% from 412); Blue value is 252 (98.83% from 255 or 61.17% from 412); Max value from RGB is 252 - color contains mainly: blue. Hex color #227EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #227EFC is #DD8103. Grayscale: #707070. Windows color (decimal): -14516484 or 16547362. OLE color: 16547362.

HSL color Cylindrical-coordinate representation of color #227EFC: hue angle of 214.68º degrees, saturation: 0.97, 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 #227EFC is Cyan = 0.87, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 34 126 252 -
CMYK 0.87 0.5 0 0.01
HSL 214.68º 0.97% 0.56% -
HSV(B) 214.68º 0.87% 0.99% -
XYZ 25.69 22.29 95.04 -
YUV 112.86 206.52 71.75 -
System Red Green Blue C M Y K H S L
Decimal 34 126 252 0.87 0.5 0 0.01 214.68 0.97 0.56
Hex 22 7E FC 57 32 0 1 D7 61 38
Octal 42 176 374 127 62 0 1 327 141 70
Binary 100010 1111110 11111100 1010111 110010 0 1 11010111 1100001 111000

Color Harmonies of #227EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227EFC

Black with #227EFC

Text Example


Text Example

White with #227EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,126,252); }

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

background-color css

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

 a { background-color: rgb(34,126,252); }

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

border-color css

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

 span { border-color: rgb(34,126,252); }

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