Html Css Color HEX #068BFC Dodger Blue

📋 copy color: '#068BFC'

red 6 ◦ green 139 ◦ blue 252

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

Shades of Dodger Blue #068BFC

Tints of Dodger Blue #068BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 63.48%

R = 1.51%
G = 35.01%
B = 63.48%

CMYK

 C value IS 0.98

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#068BFC (or 0x068BFC) is known color: Dodger Blue. HEX triplet: 06, 8B and FC. RGB value is (6,139,252). Sum of RGB (Red+Green+Blue) = 6+139+252=397 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.51% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 252 (98.83% from 255 or 63.48% from 397); Max value from RGB is 252 - color contains mainly: blue. Hex color #068BFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #068BFC is #F97403. Grayscale: #6F6F6F. Windows color (decimal): -16348164 or 16550662. OLE color: 16550662.

HSL color Cylindrical-coordinate representation of color #068BFC: hue angle of 207.56º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #068BFC is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 6 139 252 -
CMYK 0.98 0.45 0 0.01
HSL 207.56º 0.98% 0.51% -
HSV(B) 207.56º 0.98% 0.99% -
XYZ 26.88 25.53 95.61 -
YUV 112.12 206.94 52.31 -
System Red Green Blue C M Y K H S L
Decimal 6 139 252 0.98 0.45 0 0.01 207.56 0.98 0.51
Hex 6 8B FC 62 2D 0 1 D0 62 33
Octal 6 213 374 142 55 0 1 320 142 63
Binary 110 10001011 11111100 1100010 101101 0 1 11010000 1100010 110011

Color Harmonies of #068BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068BFC

Black with #068BFC

Text Example


Text Example

White with #068BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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