Html Css Color HEX #228EFD Dodger Blue

📋 copy color: '#228EFD'

red 34 ◦ green 142 ◦ blue 253

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

Shades of Dodger Blue #228EFD

Tints of Dodger Blue #228EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 58.97%

R = 7.93%
G = 33.1%
B = 58.97%

CMYK

 C value IS 0.87

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#228EFD (or 0x228EFD) is known color: Dodger Blue. HEX triplet: 22, 8E and FD. RGB value is (34,142,253). Sum of RGB (Red+Green+Blue) = 34+142+253=429 (56% of max value = 765). Red value is 34 (13.67% from 255 or 7.93% from 429); Green value is 142 (55.86% from 255 or 33.10% from 429); Blue value is 253 (99.22% from 255 or 58.97% from 429); Max value from RGB is 253 - color contains mainly: blue. Hex color #228EFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #228EFD is #DD7102. Grayscale: #797979. Windows color (decimal): -14512387 or 16616994. OLE color: 16616994.

HSL color Cylindrical-coordinate representation of color #228EFD: hue angle of 210.41º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #228EFD is Cyan = 0.87, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 34 142 253 -
CMYK 0.87 0.44 0 0.01
HSL 210.41º 0.98% 0.56% -
HSV(B) 210.41º 0.87% 0.99% -
XYZ 28.06 26.78 96.62 -
YUV 122.36 201.72 64.97 -
System Red Green Blue C M Y K H S L
Decimal 34 142 253 0.87 0.44 0 0.01 210.41 0.98 0.56
Hex 22 8E FD 57 2C 0 1 D2 62 38
Octal 42 216 375 127 54 0 1 322 142 70
Binary 100010 10001110 11111101 1010111 101100 0 1 11010010 1100010 111000

Color Harmonies of #228EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228EFD

Black with #228EFD

Text Example


Text Example

White with #228EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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