Html Css Color HEX #0397EB Dodger Blue

📋 copy color: '#0397EB'

red 3 ◦ green 151 ◦ blue 235

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

Shades of Dodger Blue #0397EB

Tints of Dodger Blue #0397EB

RGB

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

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

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

R = 0.77%
G = 38.82%
B = 60.41%

CMYK

 C value IS 0.99

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0397EB (or 0x0397EB) is known color: Dodger Blue. HEX triplet: 03, 97 and EB. RGB value is (3,151,235). Sum of RGB (Red+Green+Blue) = 3+151+235=389 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 389); Green value is 151 (59.38% from 255 or 38.82% from 389); Blue value is 235 (92.19% from 255 or 60.41% from 389); Max value from RGB is 235 - color contains mainly: blue. Hex color #0397EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0397EB is #FC6814. Grayscale: #737373. Windows color (decimal): -16541717 or 15439619. OLE color: 15439619.

HSL color Cylindrical-coordinate representation of color #0397EB: hue angle of 201.72º 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 #0397EB is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 3 151 235 -
CMYK 0.99 0.36 0 0.08
HSL 201.72º 0.97% 0.47% -
HSV(B) 201.72º 0.99% 0.92% -
XYZ 26.1 28.15 82.66 -
YUV 116.32 194.97 47.17 -
System Red Green Blue C M Y K H S L
Decimal 3 151 235 0.99 0.36 0 0.08 201.72 0.97 0.47
Hex 3 97 EB 63 24 0 8 CA 61 2F
Octal 3 227 353 143 44 0 10 312 141 57
Binary 11 10010111 11101011 1100011 100100 0 1000 11001010 1100001 101111

Color Harmonies of #0397EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0397EB

Black with #0397EB

Text Example


Text Example

White with #0397EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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