Html Css Color HEX #228CFB Dodger Blue

📋 copy color: '#228CFB'

red 34 ◦ green 140 ◦ blue 251

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

Shades of Dodger Blue #228CFB

Tints of Dodger Blue #228CFB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.94%

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

R = 8%
G = 32.94%
B = 59.06%

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

#228CFB (or 0x228CFB) is known color: Dodger Blue. HEX triplet: 22, 8C and FB. RGB value is (34,140,251). Sum of RGB (Red+Green+Blue) = 34+140+251=425 (56% of max value = 765). Red value is 34 (13.67% from 255 or 8% from 425); Green value is 140 (55.08% from 255 or 32.94% from 425); Blue value is 251 (98.44% from 255 or 59.06% from 425); Max value from RGB is 251 - color contains mainly: blue. Hex color #228CFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #228CFB is #DD7304. Grayscale: #787878. Windows color (decimal): -14512901 or 16485410. OLE color: 16485410.

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

Color convert

RGB 34 140 251 -
CMYK 0.86 0.44 0 0.02
HSL 210.69º 0.96% 0.56% -
HSV(B) 210.69º 0.86% 0.98% -
XYZ 27.45 26.06 94.85 -
YUV 120.96 201.38 65.97 -
System Red Green Blue C M Y K H S L
Decimal 34 140 251 0.86 0.44 0 0.02 210.69 0.96 0.56
Hex 22 8C FB 56 2C 0 2 D3 60 38
Octal 42 214 373 126 54 0 2 323 140 70
Binary 100010 10001100 11111011 1010110 101100 0 10 11010011 1100000 111000

Color Harmonies of #228CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228CFB

Black with #228CFB

Text Example


Text Example

White with #228CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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