Html Css Color HEX #0689F1 Dodger Blue

📋 copy color: '#0689F1'

red 6 ◦ green 137 ◦ blue 241

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

Shades of Dodger Blue #0689F1

Tints of Dodger Blue #0689F1

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.68%

 BLUE value IS 241 (94.53% from 255) = 62.76%

R = 1.56%
G = 35.68%
B = 62.76%

CMYK

 C value IS 0.98

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#0689F1 (or 0x0689F1) is known color: Dodger Blue. HEX triplet: 06, 89 and F1. RGB value is (6,137,241). Sum of RGB (Red+Green+Blue) = 6+137+241=384 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.56% from 384); Green value is 137 (53.91% from 255 or 35.68% from 384); Blue value is 241 (94.53% from 255 or 62.76% from 384); Max value from RGB is 241 - color contains mainly: blue. Hex color #0689F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0689F1 is #F9760E. Grayscale: #6D6D6D. Windows color (decimal): -16348687 or 15829254. OLE color: 15829254.

HSL color Cylindrical-coordinate representation of color #0689F1: hue angle of 206.55º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0689F1 is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 6 137 241 -
CMYK 0.98 0.43 0 0.05
HSL 206.55º 0.95% 0.48% -
HSV(B) 206.55º 0.98% 0.95% -
XYZ 24.9 24.28 86.59 -
YUV 109.69 202.1 54.04 -
System Red Green Blue C M Y K H S L
Decimal 6 137 241 0.98 0.43 0 0.05 206.55 0.95 0.48
Hex 6 89 F1 62 2B 0 5 CF 5F 30
Octal 6 211 361 142 53 0 5 317 137 60
Binary 110 10001001 11110001 1100010 101011 0 101 11001111 1011111 110000

Color Harmonies of #0689F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0689F1

Black with #0689F1

Text Example


Text Example

White with #0689F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0689F1; }

 p { color: rgb(6,137,241); }

 H1.HeaderClassName
 {
   color: #0689F1;
 }
 .AnyTagClassName
 {
   color: #0689F1;
 }
</style>

background-color css

<style>
 a { background-color: #0689F1; }

 a { background-color: rgb(6,137,241); }

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

border-color css

<style>
 span { border-color: #0689F1; }

 span { border-color: rgb(6,137,241); }

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