Html Css Color HEX #077BED Dodger Blue

📋 copy color: '#077BED'

red 7 ◦ green 123 ◦ blue 237

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

Shades of Dodger Blue #077BED

Tints of Dodger Blue #077BED

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.51%

 BLUE value IS 237 (92.97% from 255) = 64.58%

R = 1.91%
G = 33.51%
B = 64.58%

CMYK

 C value IS 0.97

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#077BED (or 0x077BED) is known color: Dodger Blue. HEX triplet: 07, 7B and ED. RGB value is (7,123,237). Sum of RGB (Red+Green+Blue) = 7+123+237=367 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.91% from 367); Green value is 123 (48.44% from 255 or 33.51% from 367); Blue value is 237 (92.97% from 255 or 64.58% from 367); Max value from RGB is 237 - color contains mainly: blue. Hex color #077BED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #077BED is #F88412. Grayscale: #646464. Windows color (decimal): -16286739 or 15563527. OLE color: 15563527.

HSL color Cylindrical-coordinate representation of color #077BED: hue angle of 209.74º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #077BED is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 7 123 237 -
CMYK 0.97 0.48 0 0.07
HSL 209.74º 0.94% 0.48% -
HSV(B) 209.74º 0.97% 0.93% -
XYZ 22.46 20.33 82.86 -
YUV 101.31 204.57 60.73 -
System Red Green Blue C M Y K H S L
Decimal 7 123 237 0.97 0.48 0 0.07 209.74 0.94 0.48
Hex 7 7B ED 61 30 0 7 D2 5E 30
Octal 7 173 355 141 60 0 7 322 136 60
Binary 111 1111011 11101101 1100001 110000 0 111 11010010 1011110 110000

Color Harmonies of #077BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077BED

Black with #077BED

Text Example


Text Example

White with #077BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077BED; }

 p { color: rgb(7,123,237); }

 H1.HeaderClassName
 {
   color: #077BED;
 }
 .AnyTagClassName
 {
   color: #077BED;
 }
</style>

background-color css

<style>
 a { background-color: #077BED; }

 a { background-color: rgb(7,123,237); }

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

border-color css

<style>
 span { border-color: #077BED; }

 span { border-color: rgb(7,123,237); }

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