Html Css Color HEX #068BEC Dodger Blue

📋 copy color: '#068BEC'

red 6 ◦ green 139 ◦ blue 236

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

Shades of Dodger Blue #068BEC

Tints of Dodger Blue #068BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 61.94%

R = 1.57%
G = 36.48%
B = 61.94%

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

#068BEC (or 0x068BEC) is known color: Dodger Blue. HEX triplet: 06, 8B and EC. RGB value is (6,139,236). Sum of RGB (Red+Green+Blue) = 6+139+236=381 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.57% from 381); Green value is 139 (54.69% from 255 or 36.48% from 381); Blue value is 236 (92.58% from 255 or 61.94% from 381); Max value from RGB is 236 - color contains mainly: blue. Hex color #068BEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #068BEC is #F97413. Grayscale: #6D6D6D. Windows color (decimal): -16348180 or 15502086. OLE color: 15502086.

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

Color convert

RGB 6 139 236 -
CMYK 0.97 0.41 0 0.07
HSL 205.3º 0.95% 0.47% -
HSV(B) 205.3º 0.97% 0.93% -
XYZ 24.45 24.56 82.81 -
YUV 110.29 198.94 53.61 -
System Red Green Blue C M Y K H S L
Decimal 6 139 236 0.97 0.41 0 0.07 205.3 0.95 0.47
Hex 6 8B EC 61 29 0 7 CD 5F 2F
Octal 6 213 354 141 51 0 7 315 137 57
Binary 110 10001011 11101100 1100001 101001 0 111 11001101 1011111 101111

Color Harmonies of #068BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068BEC

Black with #068BEC

Text Example


Text Example

White with #068BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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