Html Css Color HEX #0693EF Dodger Blue

📋 copy color: '#0693EF'

red 6 ◦ green 147 ◦ blue 239

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

Shades of Dodger Blue #0693EF

Tints of Dodger Blue #0693EF

RGB

 RED value IS 6 (2.73% from 255) = 1.53%

 GREEN value IS 147 (57.81% from 255) = 37.5%

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

R = 1.53%
G = 37.5%
B = 60.97%

CMYK

 C value IS 0.97

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0693EF (or 0x0693EF) is known color: Dodger Blue. HEX triplet: 06, 93 and EF. RGB value is (6,147,239). Sum of RGB (Red+Green+Blue) = 6+147+239=392 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.53% from 392); Green value is 147 (57.81% from 255 or 37.5% 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 #0693EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0693EF is #F96C10. Grayscale: #727272. Windows color (decimal): -16346129 or 15700742. OLE color: 15700742.

HSL color Cylindrical-coordinate representation of color #0693EF: hue angle of 203.69º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0693EF is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 6 147 239 -
CMYK 0.97 0.38 0 0.06
HSL 203.69º 0.95% 0.48% -
HSV(B) 203.69º 0.97% 0.94% -
XYZ 26.09 27.14 85.52 -
YUV 115.33 197.79 50.02 -
System Red Green Blue C M Y K H S L
Decimal 6 147 239 0.97 0.38 0 0.06 203.69 0.95 0.48
Hex 6 93 EF 61 26 0 6 CC 5F 30
Octal 6 223 357 141 46 0 6 314 137 60
Binary 110 10010011 11101111 1100001 100110 0 110 11001100 1011111 110000

Color Harmonies of #0693EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0693EF

Black with #0693EF

Text Example


Text Example

White with #0693EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,147,239); }

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

background-color css

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

 a { background-color: rgb(6,147,239); }

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

border-color css

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

 span { border-color: rgb(6,147,239); }

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