Html Css Color HEX #228AFB Dodger Blue

📋 copy color: '#228AFB'

red 34 ◦ green 138 ◦ blue 251

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

Shades of Dodger Blue #228AFB

Tints of Dodger Blue #228AFB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.62%

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

R = 8.04%
G = 32.62%
B = 59.34%

CMYK

 C value IS 0.86

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#228AFB (or 0x228AFB) is known color: Dodger Blue. HEX triplet: 22, 8A and FB. RGB value is (34,138,251). Sum of RGB (Red+Green+Blue) = 34+138+251=423 (56% of max value = 765). Red value is 34 (13.67% from 255 or 8.04% from 423); Green value is 138 (54.30% from 255 or 32.62% from 423); Blue value is 251 (98.44% from 255 or 59.34% from 423); Max value from RGB is 251 - color contains mainly: blue. Hex color #228AFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #228AFB is #DD7504. Grayscale: #777777. Windows color (decimal): -14513413 or 16484898. OLE color: 16484898.

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

Color convert

RGB 34 138 251 -
CMYK 0.86 0.45 0 0.02
HSL 211.24º 0.96% 0.56% -
HSV(B) 211.24º 0.86% 0.98% -
XYZ 27.16 25.48 94.75 -
YUV 119.79 202.04 66.81 -
System Red Green Blue C M Y K H S L
Decimal 34 138 251 0.86 0.45 0 0.02 211.24 0.96 0.56
Hex 22 8A FB 56 2D 0 2 D3 60 38
Octal 42 212 373 126 55 0 2 323 140 70
Binary 100010 10001010 11111011 1010110 101101 0 10 11010011 1100000 111000

Color Harmonies of #228AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228AFB

Black with #228AFB

Text Example


Text Example

White with #228AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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