Html Css Color HEX #076CFB Dodger Blue

📋 copy color: '#076CFB'

red 7 ◦ green 108 ◦ blue 251

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

Shades of Dodger Blue #076CFB

Tints of Dodger Blue #076CFB

RGB

 RED value IS 7 (3.13% from 255) = 1.91%

 GREEN value IS 108 (42.58% from 255) = 29.51%

 BLUE value IS 251 (98.44% from 255) = 68.58%

R = 1.91%
G = 29.51%
B = 68.58%

CMYK

 C value IS 0.97

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#076CFB (or 0x076CFB) is known color: Dodger Blue. HEX triplet: 07, 6C and FB. RGB value is (7,108,251). Sum of RGB (Red+Green+Blue) = 7+108+251=366 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.91% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 251 (98.44% from 255 or 68.58% from 366); Max value from RGB is 251 - color contains mainly: blue. Hex color #076CFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #076CFB is #F89304. Grayscale: #5D5D5D. Windows color (decimal): -16290565 or 16477191. OLE color: 16477191.

HSL color Cylindrical-coordinate representation of color #076CFB: hue angle of 215.16º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #076CFB is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 7 108 251 -
CMYK 0.97 0.57 0 0.02
HSL 215.16º 0.97% 0.51% -
HSV(B) 215.16º 0.97% 0.98% -
XYZ 22.86 17.74 93.49 -
YUV 94.1 216.54 65.87 -
System Red Green Blue C M Y K H S L
Decimal 7 108 251 0.97 0.57 0 0.02 215.16 0.97 0.51
Hex 7 6C FB 61 39 0 2 D7 61 33
Octal 7 154 373 141 71 0 2 327 141 63
Binary 111 1101100 11111011 1100001 111001 0 10 11010111 1100001 110011

Color Harmonies of #076CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076CFB

Black with #076CFB

Text Example


Text Example

White with #076CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076CFB; }

 p { color: rgb(7,108,251); }

 H1.HeaderClassName
 {
   color: #076CFB;
 }
 .AnyTagClassName
 {
   color: #076CFB;
 }
</style>

background-color css

<style>
 a { background-color: #076CFB; }

 a { background-color: rgb(7,108,251); }

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

border-color css

<style>
 span { border-color: #076CFB; }

 span { border-color: rgb(7,108,251); }

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