Html Css Color HEX #0198EF Dodger Blue

📋 copy color: '#0198EF'

red 1 ◦ green 152 ◦ blue 239

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

Shades of Dodger Blue #0198EF

Tints of Dodger Blue #0198EF

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.78%

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

R = 0.26%
G = 38.78%
B = 60.97%

CMYK

 C value IS 1.00

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0198EF (or 0x0198EF) is known color: Dodger Blue. HEX triplet: 01, 98 and EF. RGB value is (1,152,239). Sum of RGB (Red+Green+Blue) = 1+152+239=392 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 239 (93.75% from 255 or 60.97% from 392); Max value from RGB is 239 - color contains mainly: blue. Hex color #0198EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0198EF is #FE6710. Grayscale: #747474. Windows color (decimal): -16672529 or 15702017. OLE color: 15702017.

HSL color Cylindrical-coordinate representation of color #0198EF: hue angle of 201.93º 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 #0198EF is Cyan = 1.00, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 1 152 239 -
CMYK 1.00 0.36 0 0.06
HSL 201.93º 0.99% 0.47% -
HSV(B) 201.93º 1% 0.94% -
XYZ 26.82 28.69 85.79 -
YUV 116.77 196.97 45.43 -
System Red Green Blue C M Y K H S L
Decimal 1 152 239 1.00 0.36 0 0.06 201.93 0.99 0.47
Hex 1 98 EF 64 24 0 6 CA 63 2F
Octal 1 230 357 144 44 0 6 312 143 57
Binary 1 10011000 11101111 1100100 100100 0 110 11001010 1100011 101111

Color Harmonies of #0198EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0198EF

Black with #0198EF

Text Example


Text Example

White with #0198EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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