Html Css Color HEX #0197EF Dodger Blue

📋 copy color: '#0197EF'

red 1 ◦ green 151 ◦ blue 239

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

Shades of Dodger Blue #0197EF

Tints of Dodger Blue #0197EF

RGB

 RED value IS 1 (0.78% from 255) = 0.26%

 GREEN value IS 151 (59.38% from 255) = 38.62%

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

R = 0.26%
G = 38.62%
B = 61.13%

CMYK

 C value IS 1.00

 M value IS 0.37

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0197EF (or 0x0197EF) is known color: Dodger Blue. HEX triplet: 01, 97 and EF. RGB value is (1,151,239). Sum of RGB (Red+Green+Blue) = 1+151+239=391 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 391); Green value is 151 (59.38% from 255 or 38.62% from 391); Blue value is 239 (93.75% from 255 or 61.13% from 391); Max value from RGB is 239 - color contains mainly: blue. Hex color #0197EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0197EF is #FE6810. Grayscale: #737373. Windows color (decimal): -16672785 or 15701761. OLE color: 15701761.

HSL color Cylindrical-coordinate representation of color #0197EF: hue angle of 202.18º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0197EF is Cyan = 1.00, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 1 151 239 -
CMYK 1.00 0.37 0 0.06
HSL 202.18º 0.99% 0.47% -
HSV(B) 202.18º 1% 0.94% -
XYZ 26.66 28.37 85.73 -
YUV 116.18 197.31 45.84 -
System Red Green Blue C M Y K H S L
Decimal 1 151 239 1.00 0.37 0 0.06 202.18 0.99 0.47
Hex 1 97 EF 64 25 0 6 CA 63 2F
Octal 1 227 357 144 45 0 6 312 143 57
Binary 1 10010111 11101111 1100100 100101 0 110 11001010 1100011 101111

Color Harmonies of #0197EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0197EF

Black with #0197EF

Text Example


Text Example

White with #0197EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0197EF; }

 p { color: rgb(1,151,239); }

 H1.HeaderClassName
 {
   color: #0197EF;
 }
 .AnyTagClassName
 {
   color: #0197EF;
 }
</style>

background-color css

<style>
 a { background-color: #0197EF; }

 a { background-color: rgb(1,151,239); }

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

border-color css

<style>
 span { border-color: #0197EF; }

 span { border-color: rgb(1,151,239); }

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