Html Css Color HEX #076BFB Dodger Blue

📋 copy color: '#076BFB'

red 7 ◦ green 107 ◦ blue 251

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

Shades of Dodger Blue #076BFB

Tints of Dodger Blue #076BFB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.32%

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

R = 1.92%
G = 29.32%
B = 68.77%

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

#076BFB (or 0x076BFB) is known color: Dodger Blue. HEX triplet: 07, 6B and FB. RGB value is (7,107,251). Sum of RGB (Red+Green+Blue) = 7+107+251=365 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.92% from 365); Green value is 107 (42.19% from 255 or 29.32% from 365); Blue value is 251 (98.44% from 255 or 68.77% from 365); Max value from RGB is 251 - color contains mainly: blue. Hex color #076BFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #076BFB is #F89404. Grayscale: #5C5C5C. Windows color (decimal): -16290821 or 16476935. OLE color: 16476935.

HSL color Cylindrical-coordinate representation of color #076BFB: hue angle of 215.41º 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 #076BFB is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 7 107 251 -
CMYK 0.97 0.57 0 0.02
HSL 215.41º 0.97% 0.51% -
HSV(B) 215.41º 0.97% 0.98% -
XYZ 22.76 17.53 93.45 -
YUV 93.52 216.87 66.29 -
System Red Green Blue C M Y K H S L
Decimal 7 107 251 0.97 0.57 0 0.02 215.41 0.97 0.51
Hex 7 6B FB 61 39 0 2 D7 61 33
Octal 7 153 373 141 71 0 2 327 141 63
Binary 111 1101011 11111011 1100001 111001 0 10 11010111 1100001 110011

Color Harmonies of #076BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076BFB

Black with #076BFB

Text Example


Text Example

White with #076BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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