Html Css Color HEX #076CF7 Dodger Blue

📋 copy color: '#076CF7'

red 7 ◦ green 108 ◦ blue 247

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

Shades of Dodger Blue #076CF7

Tints of Dodger Blue #076CF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 68.23%

R = 1.93%
G = 29.83%
B = 68.23%

CMYK

 C value IS 0.97

 M value IS 0.56

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#076CF7 (or 0x076CF7) is known color: Dodger Blue. HEX triplet: 07, 6C and F7. RGB value is (7,108,247). Sum of RGB (Red+Green+Blue) = 7+108+247=362 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.93% from 362); Green value is 108 (42.58% from 255 or 29.83% from 362); Blue value is 247 (96.88% from 255 or 68.23% from 362); Max value from RGB is 247 - color contains mainly: blue. Hex color #076CF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #076CF7 is #F89308. Grayscale: #5C5C5C. Windows color (decimal): -16290569 or 16215047. OLE color: 16215047.

HSL color Cylindrical-coordinate representation of color #076CF7: hue angle of 214.75º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #076CF7 is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 7 108 247 -
CMYK 0.97 0.56 0 0.03
HSL 214.75º 0.94% 0.5% -
HSV(B) 214.75º 0.97% 0.97% -
XYZ 22.24 17.49 90.2 -
YUV 93.65 214.54 66.2 -
System Red Green Blue C M Y K H S L
Decimal 7 108 247 0.97 0.56 0 0.03 214.75 0.94 0.5
Hex 7 6C F7 61 38 0 3 D7 5E 32
Octal 7 154 367 141 70 0 3 327 136 62
Binary 111 1101100 11110111 1100001 111000 0 11 11010111 1011110 110010

Color Harmonies of #076CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076CF7

Black with #076CF7

Text Example


Text Example

White with #076CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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