Html Css Color HEX #197BEF Dodger Blue

📋 copy color: '#197BEF'

red 25 ◦ green 123 ◦ blue 239

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

Shades of Dodger Blue #197BEF

Tints of Dodger Blue #197BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 61.76%

R = 6.46%
G = 31.78%
B = 61.76%

CMYK

 C value IS 0.90

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#197BEF (or 0x197BEF) is known color: Dodger Blue. HEX triplet: 19, 7B and EF. RGB value is (25,123,239). Sum of RGB (Red+Green+Blue) = 25+123+239=387 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.46% from 387); Green value is 123 (48.44% from 255 or 31.78% from 387); Blue value is 239 (93.75% from 255 or 61.76% from 387); Max value from RGB is 239 - color contains mainly: blue. Hex color #197BEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #197BEF is #E68410. Grayscale: #6A6A6A. Windows color (decimal): -15107089 or 15694617. OLE color: 15694617.

HSL color Cylindrical-coordinate representation of color #197BEF: hue angle of 212.52º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #197BEF is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 25 123 239 -
CMYK 0.90 0.49 0 0.06
HSL 212.52º 0.87% 0.52% -
HSV(B) 212.52º 0.9% 0.94% -
XYZ 23.06 20.6 84.42 -
YUV 106.92 202.53 69.57 -
System Red Green Blue C M Y K H S L
Decimal 25 123 239 0.90 0.49 0 0.06 212.52 0.87 0.52
Hex 19 7B EF 5A 31 0 6 D5 57 34
Octal 31 173 357 132 61 0 6 325 127 64
Binary 11001 1111011 11101111 1011010 110001 0 110 11010101 1010111 110100

Color Harmonies of #197BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197BEF

Black with #197BEF

Text Example


Text Example

White with #197BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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