Html Css Color HEX #228FEF Dodger Blue

📋 copy color: '#228FEF'

red 34 ◦ green 143 ◦ blue 239

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

Shades of Dodger Blue #228FEF

Tints of Dodger Blue #228FEF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.38%

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

R = 8.17%
G = 34.38%
B = 57.45%

CMYK

 C value IS 0.86

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#228FEF (or 0x228FEF) is known color: Dodger Blue. HEX triplet: 22, 8F and EF. RGB value is (34,143,239). Sum of RGB (Red+Green+Blue) = 34+143+239=416 (55% of max value = 765). Red value is 34 (13.67% from 255 or 8.17% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 239 (93.75% from 255 or 57.45% from 416); Max value from RGB is 239 - color contains mainly: blue. Hex color #228FEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #228FEF is #DD7010. Grayscale: #787878. Windows color (decimal): -14512145 or 15699746. OLE color: 15699746.

HSL color Cylindrical-coordinate representation of color #228FEF: hue angle of 208.1º 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 #228FEF is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 34 143 239 -
CMYK 0.86 0.40 0 0.06
HSL 208.1º 0.86% 0.54% -
HSV(B) 208.1º 0.86% 0.94% -
XYZ 26.06 26.22 85.35 -
YUV 121.35 194.39 65.69 -
System Red Green Blue C M Y K H S L
Decimal 34 143 239 0.86 0.40 0 0.06 208.1 0.86 0.54
Hex 22 8F EF 56 28 0 6 D0 56 36
Octal 42 217 357 126 50 0 6 320 126 66
Binary 100010 10001111 11101111 1010110 101000 0 110 11010000 1010110 110110

Color Harmonies of #228FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228FEF

Black with #228FEF

Text Example


Text Example

White with #228FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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