Html Css Color HEX #0772FB Dodger Blue

📋 copy color: '#0772FB'

red 7 ◦ green 114 ◦ blue 251

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

Shades of Dodger Blue #0772FB

Tints of Dodger Blue #0772FB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.65%

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

R = 1.88%
G = 30.65%
B = 67.47%

CMYK

 C value IS 0.97

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0772FB (or 0x0772FB) is known color: Dodger Blue. HEX triplet: 07, 72 and FB. RGB value is (7,114,251). Sum of RGB (Red+Green+Blue) = 7+114+251=372 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.88% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 251 (98.44% from 255 or 67.47% from 372); Max value from RGB is 251 - color contains mainly: blue. Hex color #0772FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0772FB is #F88D04. Grayscale: #606060. Windows color (decimal): -16289029 or 16478727. OLE color: 16478727.

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

Color convert

RGB 7 114 251 -
CMYK 0.97 0.55 0 0.02
HSL 213.69º 0.97% 0.51% -
HSV(B) 213.69º 0.97% 0.98% -
XYZ 23.52 19.04 93.7 -
YUV 97.63 214.55 63.36 -
System Red Green Blue C M Y K H S L
Decimal 7 114 251 0.97 0.55 0 0.02 213.69 0.97 0.51
Hex 7 72 FB 61 37 0 2 D6 61 33
Octal 7 162 373 141 67 0 2 326 141 63
Binary 111 1110010 11111011 1100001 110111 0 10 11010110 1100001 110011

Color Harmonies of #0772FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0772FB

Black with #0772FB

Text Example


Text Example

White with #0772FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0772FB; }

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

 H1.HeaderClassName
 {
   color: #0772FB;
 }
 .AnyTagClassName
 {
   color: #0772FB;
 }
</style>

background-color css

<style>
 a { background-color: #0772FB; }

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

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

border-color css

<style>
 span { border-color: #0772FB; }

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

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