Html Css Color HEX #197AEA Dodger Blue

📋 copy color: '#197AEA'

red 25 ◦ green 122 ◦ blue 234

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

Shades of Dodger Blue #197AEA

Tints of Dodger Blue #197AEA

RGB

 RED value IS 25 (10.16% from 255) = 6.56%

 GREEN value IS 122 (48.05% from 255) = 32.02%

 BLUE value IS 234 (91.8% from 255) = 61.42%

R = 6.56%
G = 32.02%
B = 61.42%

CMYK

 C value IS 0.89

 M value IS 0.48

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#197AEA (or 0x197AEA) is known color: Dodger Blue. HEX triplet: 19, 7A and EA. RGB value is (25,122,234). Sum of RGB (Red+Green+Blue) = 25+122+234=381 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.56% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 234 (91.80% from 255 or 61.42% from 381); Max value from RGB is 234 - color contains mainly: blue. Hex color #197AEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #197AEA is #E68515. Grayscale: #696969. Windows color (decimal): -15107350 or 15366681. OLE color: 15366681.

HSL color Cylindrical-coordinate representation of color #197AEA: hue angle of 212.15º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #197AEA is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 25 122 234 -
CMYK 0.89 0.48 0 0.08
HSL 212.15º 0.83% 0.51% -
HSV(B) 212.15º 0.89% 0.92% -
XYZ 22.21 20.07 80.54 -
YUV 105.77 200.36 70.39 -
System Red Green Blue C M Y K H S L
Decimal 25 122 234 0.89 0.48 0 0.08 212.15 0.83 0.51
Hex 19 7A EA 59 30 0 8 D4 53 33
Octal 31 172 352 131 60 0 10 324 123 63
Binary 11001 1111010 11101010 1011001 110000 0 1000 11010100 1010011 110011

Color Harmonies of #197AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197AEA

Black with #197AEA

Text Example


Text Example

White with #197AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197AEA; }

 p { color: rgb(25,122,234); }

 H1.HeaderClassName
 {
   color: #197AEA;
 }
 .AnyTagClassName
 {
   color: #197AEA;
 }
</style>

background-color css

<style>
 a { background-color: #197AEA; }

 a { background-color: rgb(25,122,234); }

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

border-color css

<style>
 span { border-color: #197AEA; }

 span { border-color: rgb(25,122,234); }

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