Html Css Color HEX #228EFB Dodger Blue

📋 copy color: '#228EFB'

red 34 ◦ green 142 ◦ blue 251

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

Shades of Dodger Blue #228EFB

Tints of Dodger Blue #228EFB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.26%

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

R = 7.96%
G = 33.26%
B = 58.78%

CMYK

 C value IS 0.86

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#228EFB (or 0x228EFB) is known color: Dodger Blue. HEX triplet: 22, 8E and FB. RGB value is (34,142,251). Sum of RGB (Red+Green+Blue) = 34+142+251=427 (56% of max value = 765). Red value is 34 (13.67% from 255 or 7.96% from 427); Green value is 142 (55.86% from 255 or 33.26% from 427); Blue value is 251 (98.44% from 255 or 58.78% from 427); Max value from RGB is 251 - color contains mainly: blue. Hex color #228EFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #228EFB is #DD7104. Grayscale: #797979. Windows color (decimal): -14512389 or 16485922. OLE color: 16485922.

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

Color convert

RGB 34 142 251 -
CMYK 0.86 0.43 0 0.02
HSL 210.14º 0.96% 0.56% -
HSV(B) 210.14º 0.86% 0.98% -
XYZ 27.75 26.65 94.95 -
YUV 122.13 200.72 65.14 -
System Red Green Blue C M Y K H S L
Decimal 34 142 251 0.86 0.43 0 0.02 210.14 0.96 0.56
Hex 22 8E FB 56 2B 0 2 D2 60 38
Octal 42 216 373 126 53 0 2 322 140 70
Binary 100010 10001110 11111011 1010110 101011 0 10 11010010 1100000 111000

Color Harmonies of #228EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228EFB

Black with #228EFB

Text Example


Text Example

White with #228EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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