Html Css Color HEX #0397EF Dodger Blue

📋 copy color: '#0397EF'

red 3 ◦ green 151 ◦ blue 239

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

Shades of Dodger Blue #0397EF

Tints of Dodger Blue #0397EF

RGB

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

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

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

R = 0.76%
G = 38.42%
B = 60.81%

CMYK

 C value IS 0.99

 M value IS 0.37

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0397EF (or 0x0397EF) is known color: Dodger Blue. HEX triplet: 03, 97 and EF. RGB value is (3,151,239). Sum of RGB (Red+Green+Blue) = 3+151+239=393 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 393); Green value is 151 (59.38% from 255 or 38.42% from 393); Blue value is 239 (93.75% from 255 or 60.81% from 393); Max value from RGB is 239 - color contains mainly: blue. Hex color #0397EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0397EF is #FC6810. Grayscale: #747474. Windows color (decimal): -16541713 or 15701763. OLE color: 15701763.

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

Color convert

RGB 3 151 239 -
CMYK 0.99 0.37 0 0.06
HSL 202.37º 0.98% 0.47% -
HSV(B) 202.37º 0.99% 0.94% -
XYZ 26.68 28.38 85.73 -
YUV 116.78 196.97 46.84 -
System Red Green Blue C M Y K H S L
Decimal 3 151 239 0.99 0.37 0 0.06 202.37 0.98 0.47
Hex 3 97 EF 63 25 0 6 CA 62 2F
Octal 3 227 357 143 45 0 6 312 142 57
Binary 11 10010111 11101111 1100011 100101 0 110 11001010 1100010 101111

Color Harmonies of #0397EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0397EF

Black with #0397EF

Text Example


Text Example

White with #0397EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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