Html Css Color HEX #068BED Dodger Blue

📋 copy color: '#068BED'

red 6 ◦ green 139 ◦ blue 237

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

Shades of Dodger Blue #068BED

Tints of Dodger Blue #068BED

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.39%

 BLUE value IS 237 (92.97% from 255) = 62.04%

R = 1.57%
G = 36.39%
B = 62.04%

CMYK

 C value IS 0.97

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#068BED (or 0x068BED) is known color: Dodger Blue. HEX triplet: 06, 8B and ED. RGB value is (6,139,237). Sum of RGB (Red+Green+Blue) = 6+139+237=382 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.57% from 382); Green value is 139 (54.69% from 255 or 36.39% from 382); Blue value is 237 (92.97% from 255 or 62.04% from 382); Max value from RGB is 237 - color contains mainly: blue. Hex color #068BED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #068BED is #F97412. Grayscale: #6D6D6D. Windows color (decimal): -16348179 or 15567622. OLE color: 15567622.

HSL color Cylindrical-coordinate representation of color #068BED: hue angle of 205.45º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #068BED is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 6 139 237 -
CMYK 0.97 0.41 0 0.07
HSL 205.45º 0.95% 0.48% -
HSV(B) 205.45º 0.97% 0.93% -
XYZ 24.59 24.62 83.58 -
YUV 110.41 199.44 53.53 -
System Red Green Blue C M Y K H S L
Decimal 6 139 237 0.97 0.41 0 0.07 205.45 0.95 0.48
Hex 6 8B ED 61 29 0 7 CD 5F 30
Octal 6 213 355 141 51 0 7 315 137 60
Binary 110 10001011 11101101 1100001 101001 0 111 11001101 1011111 110000

Color Harmonies of #068BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068BED

Black with #068BED

Text Example


Text Example

White with #068BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068BED; }

 p { color: rgb(6,139,237); }

 H1.HeaderClassName
 {
   color: #068BED;
 }
 .AnyTagClassName
 {
   color: #068BED;
 }
</style>

background-color css

<style>
 a { background-color: #068BED; }

 a { background-color: rgb(6,139,237); }

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

border-color css

<style>
 span { border-color: #068BED; }

 span { border-color: rgb(6,139,237); }

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