Html Css Color HEX #0198EA Dodger Blue

📋 copy color: '#0198EA'

red 1 ◦ green 152 ◦ blue 234

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

Shades of Dodger Blue #0198EA

Tints of Dodger Blue #0198EA

RGB

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

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

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

R = 0.26%
G = 39.28%
B = 60.47%

CMYK

 C value IS 1.00

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0198EA (or 0x0198EA) is known color: Dodger Blue. HEX triplet: 01, 98 and EA. RGB value is (1,152,234). Sum of RGB (Red+Green+Blue) = 1+152+234=387 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 387); Green value is 152 (59.77% from 255 or 39.28% from 387); Blue value is 234 (91.80% from 255 or 60.47% from 387); Max value from RGB is 234 - color contains mainly: blue. Hex color #0198EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0198EA is #FE6715. Grayscale: #737373. Windows color (decimal): -16672534 or 15374337. OLE color: 15374337.

HSL color Cylindrical-coordinate representation of color #0198EA: hue angle of 201.12º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0198EA is Cyan = 1.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 1 152 234 -
CMYK 1.00 0.35 0 0.08
HSL 201.12º 0.99% 0.46% -
HSV(B) 201.12º 1% 0.92% -
XYZ 26.09 28.4 81.95 -
YUV 116.2 194.47 45.83 -
System Red Green Blue C M Y K H S L
Decimal 1 152 234 1.00 0.35 0 0.08 201.12 0.99 0.46
Hex 1 98 EA 64 23 0 8 C9 63 2E
Octal 1 230 352 144 43 0 10 311 143 56
Binary 1 10011000 11101010 1100100 100011 0 1000 11001001 1100011 101110

Color Harmonies of #0198EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0198EA

Black with #0198EA

Text Example


Text Example

White with #0198EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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