Html Css Color HEX #228DFA Dodger Blue

📋 copy color: '#228DFA'

red 34 ◦ green 141 ◦ blue 250

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

Shades of Dodger Blue #228DFA

Tints of Dodger Blue #228DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 58.82%

R = 8%
G = 33.18%
B = 58.82%

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

#228DFA (or 0x228DFA) is known color: Dodger Blue. HEX triplet: 22, 8D and FA. RGB value is (34,141,250). Sum of RGB (Red+Green+Blue) = 34+141+250=425 (56% of max value = 765). Red value is 34 (13.67% from 255 or 8% from 425); Green value is 141 (55.47% from 255 or 33.18% from 425); Blue value is 250 (98.05% from 255 or 58.82% from 425); Max value from RGB is 250 - color contains mainly: blue. Hex color #228DFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #228DFA is #DD7205. Grayscale: #787878. Windows color (decimal): -14512646 or 16420130. OLE color: 16420130.

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

Color convert

RGB 34 141 250 -
CMYK 0.86 0.44 0 0.02
HSL 210.28º 0.96% 0.56% -
HSV(B) 210.28º 0.86% 0.98% -
XYZ 27.44 26.29 94.07 -
YUV 121.43 200.55 65.64 -
System Red Green Blue C M Y K H S L
Decimal 34 141 250 0.86 0.44 0 0.02 210.28 0.96 0.56
Hex 22 8D FA 56 2C 0 2 D2 60 38
Octal 42 215 372 126 54 0 2 322 140 70
Binary 100010 10001101 11111010 1010110 101100 0 10 11010010 1100000 111000

Color Harmonies of #228DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228DFA

Black with #228DFA

Text Example


Text Example

White with #228DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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