Html Css Color HEX #077BEE Dodger Blue

📋 copy color: '#077BEE'

red 7 ◦ green 123 ◦ blue 238

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

Shades of Dodger Blue #077BEE

Tints of Dodger Blue #077BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 64.67%

R = 1.9%
G = 33.42%
B = 64.67%

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

#077BEE (or 0x077BEE) is known color: Dodger Blue. HEX triplet: 07, 7B and EE. RGB value is (7,123,238). Sum of RGB (Red+Green+Blue) = 7+123+238=368 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.90% from 368); Green value is 123 (48.44% from 255 or 33.42% from 368); Blue value is 238 (93.36% from 255 or 64.67% from 368); Max value from RGB is 238 - color contains mainly: blue. Hex color #077BEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #077BEE is #F88411. Grayscale: #646464. Windows color (decimal): -16286738 or 15629063. OLE color: 15629063.

HSL color Cylindrical-coordinate representation of color #077BEE: hue angle of 209.87º 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 #077BEE is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 7 123 238 -
CMYK 0.97 0.48 0 0.07
HSL 209.87º 0.94% 0.48% -
HSV(B) 209.87º 0.97% 0.93% -
XYZ 22.6 20.38 83.63 -
YUV 101.43 205.07 60.65 -
System Red Green Blue C M Y K H S L
Decimal 7 123 238 0.97 0.48 0 0.07 209.87 0.94 0.48
Hex 7 7B EE 61 30 0 7 D2 5E 30
Octal 7 173 356 141 60 0 7 322 136 60
Binary 111 1111011 11101110 1100001 110000 0 111 11010010 1011110 110000

Color Harmonies of #077BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077BEE

Black with #077BEE

Text Example


Text Example

White with #077BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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