Html Css Color HEX #068BFD Dodger Blue

📋 copy color: '#068BFD'

red 6 ◦ green 139 ◦ blue 253

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

Shades of Dodger Blue #068BFD

Tints of Dodger Blue #068BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 63.57%

R = 1.51%
G = 34.92%
B = 63.57%

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

#068BFD (or 0x068BFD) is known color: Dodger Blue. HEX triplet: 06, 8B and FD. RGB value is (6,139,253). Sum of RGB (Red+Green+Blue) = 6+139+253=398 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.51% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 253 (99.22% from 255 or 63.57% from 398); Max value from RGB is 253 - color contains mainly: blue. Hex color #068BFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #068BFD is #F97402. Grayscale: #6F6F6F. Windows color (decimal): -16348163 or 16616198. OLE color: 16616198.

HSL color Cylindrical-coordinate representation of color #068BFD: hue angle of 207.69º 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 #068BFD is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 6 139 253 -
CMYK 0.98 0.45 0 0.01
HSL 207.69º 0.98% 0.51% -
HSV(B) 207.69º 0.98% 0.99% -
XYZ 27.04 25.6 96.44 -
YUV 112.23 207.44 52.23 -
System Red Green Blue C M Y K H S L
Decimal 6 139 253 0.98 0.45 0 0.01 207.69 0.98 0.51
Hex 6 8B FD 62 2D 0 1 D0 62 33
Octal 6 213 375 142 55 0 1 320 142 63
Binary 110 10001011 11111101 1100010 101101 0 1 11010000 1100010 110011

Color Harmonies of #068BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068BFD

Black with #068BFD

Text Example


Text Example

White with #068BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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