Html Css Color HEX #228FFA Dodger Blue

📋 copy color: '#228FFA'

red 34 ◦ green 143 ◦ blue 250

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

Shades of Dodger Blue #228FFA

Tints of Dodger Blue #228FFA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.49%

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

R = 7.96%
G = 33.49%
B = 58.55%

CMYK

 C value IS 0.86

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#228FFA (or 0x228FFA) is known color: Dodger Blue. HEX triplet: 22, 8F and FA. RGB value is (34,143,250). Sum of RGB (Red+Green+Blue) = 34+143+250=427 (56% of max value = 765). Red value is 34 (13.67% from 255 or 7.96% from 427); Green value is 143 (56.25% from 255 or 33.49% from 427); Blue value is 250 (98.05% from 255 or 58.55% from 427); Max value from RGB is 250 - color contains mainly: blue. Hex color #228FFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #228FFA is #DD7005. Grayscale: #7A7A7A. Windows color (decimal): -14512134 or 16420642. OLE color: 16420642.

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

Color convert

RGB 34 143 250 -
CMYK 0.86 0.43 0 0.02
HSL 209.72º 0.96% 0.56% -
HSV(B) 209.72º 0.86% 0.98% -
XYZ 27.74 26.89 94.17 -
YUV 122.61 199.89 64.8 -
System Red Green Blue C M Y K H S L
Decimal 34 143 250 0.86 0.43 0 0.02 209.72 0.96 0.56
Hex 22 8F FA 56 2B 0 2 D2 60 38
Octal 42 217 372 126 53 0 2 322 140 70
Binary 100010 10001111 11111010 1010110 101011 0 10 11010010 1100000 111000

Color Harmonies of #228FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228FFA

Black with #228FFA

Text Example


Text Example

White with #228FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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