Html Css Color HEX #0398EB Dodger Blue

📋 copy color: '#0398EB'

red 3 ◦ green 152 ◦ blue 235

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

Shades of Dodger Blue #0398EB

Tints of Dodger Blue #0398EB

RGB

 RED value IS 3 (1.56% from 255) = 0.77%

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

 BLUE value IS 235 (92.19% from 255) = 60.26%

R = 0.77%
G = 38.97%
B = 60.26%

CMYK

 C value IS 0.99

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0398EB (or 0x0398EB) is known color: Dodger Blue. HEX triplet: 03, 98 and EB. RGB value is (3,152,235). Sum of RGB (Red+Green+Blue) = 3+152+235=390 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 390); Green value is 152 (59.77% from 255 or 38.97% from 390); Blue value is 235 (92.19% from 255 or 60.26% from 390); Max value from RGB is 235 - color contains mainly: blue. Hex color #0398EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0398EB is #FC6714. Grayscale: #747474. Windows color (decimal): -16541461 or 15439875. OLE color: 15439875.

HSL color Cylindrical-coordinate representation of color #0398EB: hue angle of 201.47º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0398EB is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 3 152 235 -
CMYK 0.99 0.35 0 0.08
HSL 201.47º 0.97% 0.47% -
HSV(B) 201.47º 0.99% 0.92% -
XYZ 26.26 28.47 82.71 -
YUV 116.91 194.64 46.75 -
System Red Green Blue C M Y K H S L
Decimal 3 152 235 0.99 0.35 0 0.08 201.47 0.97 0.47
Hex 3 98 EB 63 23 0 8 C9 61 2F
Octal 3 230 353 143 43 0 10 311 141 57
Binary 11 10011000 11101011 1100011 100011 0 1000 11001001 1100001 101111

Color Harmonies of #0398EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0398EB

Black with #0398EB

Text Example


Text Example

White with #0398EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0398EB; }

 p { color: rgb(3,152,235); }

 H1.HeaderClassName
 {
   color: #0398EB;
 }
 .AnyTagClassName
 {
   color: #0398EB;
 }
</style>

background-color css

<style>
 a { background-color: #0398EB; }

 a { background-color: rgb(3,152,235); }

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

border-color css

<style>
 span { border-color: #0398EB; }

 span { border-color: rgb(3,152,235); }

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