Html Css Color HEX #229FFA Dodger Blue

📋 copy color: '#229FFA'

red 34 ◦ green 159 ◦ blue 250

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

Shades of Dodger Blue #229FFA

Tints of Dodger Blue #229FFA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.89%

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

R = 7.67%
G = 35.89%
B = 56.43%

CMYK

 C value IS 0.86

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#229FFA (or 0x229FFA) is known color: Dodger Blue. HEX triplet: 22, 9F and FA. RGB value is (34,159,250). Sum of RGB (Red+Green+Blue) = 34+159+250=443 (58% of max value = 765). Red value is 34 (13.67% from 255 or 7.67% from 443); Green value is 159 (62.5% from 255 or 35.89% from 443); Blue value is 250 (98.05% from 255 or 56.43% from 443); Max value from RGB is 250 - color contains mainly: blue. Hex color #229FFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #229FFA is #DD6005. Grayscale: #838383. Windows color (decimal): -14508038 or 16424738. OLE color: 16424738.

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

Color convert

RGB 34 159 250 -
CMYK 0.86 0.36 0 0.02
HSL 205.28º 0.96% 0.56% -
HSV(B) 205.28º 0.86% 0.98% -
XYZ 30.31 32.04 95.03 -
YUV 132 194.59 58.1 -
System Red Green Blue C M Y K H S L
Decimal 34 159 250 0.86 0.36 0 0.02 205.28 0.96 0.56
Hex 22 9F FA 56 24 0 2 CD 60 38
Octal 42 237 372 126 44 0 2 315 140 70
Binary 100010 10011111 11111010 1010110 100100 0 10 11001101 1100000 111000

Color Harmonies of #229FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229FFA

Black with #229FFA

Text Example


Text Example

White with #229FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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