Html Css Color HEX #227FEF Dodger Blue

📋 copy color: '#227FEF'

red 34 ◦ green 127 ◦ blue 239

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

Shades of Dodger Blue #227FEF

Tints of Dodger Blue #227FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 59.75%

R = 8.5%
G = 31.75%
B = 59.75%

CMYK

 C value IS 0.86

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#227FEF (or 0x227FEF) is known color: Dodger Blue. HEX triplet: 22, 7F and EF. RGB value is (34,127,239). Sum of RGB (Red+Green+Blue) = 34+127+239=400 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.5% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 239 (93.75% from 255 or 59.75% from 400); Max value from RGB is 239 - color contains mainly: blue. Hex color #227FEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #227FEF is #DD8010. Grayscale: #6F6F6F. Windows color (decimal): -14516241 or 15695650. OLE color: 15695650.

HSL color Cylindrical-coordinate representation of color #227FEF: hue angle of 212.78º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #227FEF is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 34 127 239 -
CMYK 0.86 0.47 0 0.06
HSL 212.78º 0.86% 0.54% -
HSV(B) 212.78º 0.86% 0.94% -
XYZ 23.83 21.75 84.6 -
YUV 111.96 199.69 72.39 -
System Red Green Blue C M Y K H S L
Decimal 34 127 239 0.86 0.47 0 0.06 212.78 0.86 0.54
Hex 22 7F EF 56 2F 0 6 D5 56 36
Octal 42 177 357 126 57 0 6 325 126 66
Binary 100010 1111111 11101111 1010110 101111 0 110 11010101 1010110 110110

Color Harmonies of #227FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227FEF

Black with #227FEF

Text Example


Text Example

White with #227FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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