Html Css Color HEX #197BF3 Dodger Blue

📋 copy color: '#197BF3'

red 25 ◦ green 123 ◦ blue 243

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

Shades of Dodger Blue #197BF3

Tints of Dodger Blue #197BF3

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.46%

 BLUE value IS 243 (95.31% from 255) = 62.15%

R = 6.39%
G = 31.46%
B = 62.15%

CMYK

 C value IS 0.90

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#197BF3 (or 0x197BF3) is known color: Dodger Blue. HEX triplet: 19, 7B and F3. RGB value is (25,123,243). Sum of RGB (Red+Green+Blue) = 25+123+243=391 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.39% from 391); Green value is 123 (48.44% from 255 or 31.46% from 391); Blue value is 243 (95.31% from 255 or 62.15% from 391); Max value from RGB is 243 - color contains mainly: blue. Hex color #197BF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #197BF3 is #E6840C. Grayscale: #6A6A6A. Windows color (decimal): -15107085 or 15956761. OLE color: 15956761.

HSL color Cylindrical-coordinate representation of color #197BF3: hue angle of 213.03º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #197BF3 is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 25 123 243 -
CMYK 0.90 0.49 0 0.05
HSL 213.03º 0.9% 0.53% -
HSV(B) 213.03º 0.9% 0.95% -
XYZ 23.66 20.84 87.57 -
YUV 107.38 204.53 69.24 -
System Red Green Blue C M Y K H S L
Decimal 25 123 243 0.90 0.49 0 0.05 213.03 0.9 0.53
Hex 19 7B F3 5A 31 0 5 D5 5A 35
Octal 31 173 363 132 61 0 5 325 132 65
Binary 11001 1111011 11110011 1011010 110001 0 101 11010101 1011010 110101

Color Harmonies of #197BF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197BF3

Black with #197BF3

Text Example


Text Example

White with #197BF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,123,243); }

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

background-color css

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

 a { background-color: rgb(25,123,243); }

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

border-color css

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

 span { border-color: rgb(25,123,243); }

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