Html Css Color HEX #228DFB Dodger Blue

📋 copy color: '#228DFB'

red 34 ◦ green 141 ◦ blue 251

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

Shades of Dodger Blue #228DFB

Tints of Dodger Blue #228DFB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.1%

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

R = 7.98%
G = 33.1%
B = 58.92%

CMYK

 C value IS 0.86

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#228DFB (or 0x228DFB) is known color: Dodger Blue. HEX triplet: 22, 8D and FB. RGB value is (34,141,251). Sum of RGB (Red+Green+Blue) = 34+141+251=426 (56% of max value = 765). Red value is 34 (13.67% from 255 or 7.98% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 251 (98.44% from 255 or 58.92% from 426); Max value from RGB is 251 - color contains mainly: blue. Hex color #228DFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #228DFB is #DD7204. Grayscale: #797979. Windows color (decimal): -14512645 or 16485666. OLE color: 16485666.

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

Color convert

RGB 34 141 251 -
CMYK 0.86 0.44 0 0.02
HSL 210.41º 0.96% 0.56% -
HSV(B) 210.41º 0.86% 0.98% -
XYZ 27.6 26.35 94.9 -
YUV 121.55 201.05 65.56 -
System Red Green Blue C M Y K H S L
Decimal 34 141 251 0.86 0.44 0 0.02 210.41 0.96 0.56
Hex 22 8D FB 56 2C 0 2 D2 60 38
Octal 42 215 373 126 54 0 2 322 140 70
Binary 100010 10001101 11111011 1010110 101100 0 10 11010010 1100000 111000

Color Harmonies of #228DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228DFB

Black with #228DFB

Text Example


Text Example

White with #228DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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