Html Css Color HEX #068CED Dodger Blue

📋 copy color: '#068CED'

red 6 ◦ green 140 ◦ blue 237

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

Shades of Dodger Blue #068CED

Tints of Dodger Blue #068CED

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.55%

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

R = 1.57%
G = 36.55%
B = 61.88%

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

#068CED (or 0x068CED) is known color: Dodger Blue. HEX triplet: 06, 8C and ED. RGB value is (6,140,237). Sum of RGB (Red+Green+Blue) = 6+140+237=383 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.57% from 383); Green value is 140 (55.08% from 255 or 36.55% from 383); Blue value is 237 (92.97% from 255 or 61.88% from 383); Max value from RGB is 237 - color contains mainly: blue. Hex color #068CED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #068CED is #F97312. Grayscale: #6E6E6E. Windows color (decimal): -16347923 or 15567878. OLE color: 15567878.

HSL color Cylindrical-coordinate representation of color #068CED: hue angle of 205.19º 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 #068CED is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 6 140 237 -
CMYK 0.97 0.41 0 0.07
HSL 205.19º 0.95% 0.48% -
HSV(B) 205.19º 0.97% 0.93% -
XYZ 24.74 24.91 83.62 -
YUV 110.99 199.11 53.11 -
System Red Green Blue C M Y K H S L
Decimal 6 140 237 0.97 0.41 0 0.07 205.19 0.95 0.48
Hex 6 8C ED 61 29 0 7 CD 5F 30
Octal 6 214 355 141 51 0 7 315 137 60
Binary 110 10001100 11101101 1100001 101001 0 111 11001101 1011111 110000

Color Harmonies of #068CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068CED

Black with #068CED

Text Example


Text Example

White with #068CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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