Html Css Color HEX #229BFA Dodger Blue

📋 copy color: '#229BFA'

red 34 ◦ green 155 ◦ blue 250

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

Shades of Dodger Blue #229BFA

Tints of Dodger Blue #229BFA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.31%

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

R = 7.74%
G = 35.31%
B = 56.95%

CMYK

 C value IS 0.86

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#229BFA (or 0x229BFA) is known color: Dodger Blue. HEX triplet: 22, 9B and FA. RGB value is (34,155,250). Sum of RGB (Red+Green+Blue) = 34+155+250=439 (58% of max value = 765). Red value is 34 (13.67% from 255 or 7.74% from 439); Green value is 155 (60.94% from 255 or 35.31% from 439); Blue value is 250 (98.05% from 255 or 56.95% from 439); Max value from RGB is 250 - color contains mainly: blue. Hex color #229BFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #229BFA is #DD6405. Grayscale: #818181. Windows color (decimal): -14509062 or 16423714. OLE color: 16423714.

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

Color convert

RGB 34 155 250 -
CMYK 0.86 0.38 0 0.02
HSL 206.39º 0.96% 0.56% -
HSV(B) 206.39º 0.86% 0.98% -
XYZ 29.64 30.68 94.8 -
YUV 129.65 195.91 59.78 -
System Red Green Blue C M Y K H S L
Decimal 34 155 250 0.86 0.38 0 0.02 206.39 0.96 0.56
Hex 22 9B FA 56 26 0 2 CE 60 38
Octal 42 233 372 126 46 0 2 316 140 70
Binary 100010 10011011 11111010 1010110 100110 0 10 11001110 1100000 111000

Color Harmonies of #229BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229BFA

Black with #229BFA

Text Example


Text Example

White with #229BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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