Html Css Color HEX #0788F0 Dodger Blue

📋 copy color: '#0788F0'

red 7 ◦ green 136 ◦ blue 240

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

Shades of Dodger Blue #0788F0

Tints of Dodger Blue #0788F0

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.51%

 BLUE value IS 240 (94.14% from 255) = 62.66%

R = 1.83%
G = 35.51%
B = 62.66%

CMYK

 C value IS 0.97

 M value IS 0.43

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0788F0 (or 0x0788F0) is known color: Dodger Blue. HEX triplet: 07, 88 and F0. RGB value is (7,136,240). Sum of RGB (Red+Green+Blue) = 7+136+240=383 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.83% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 240 (94.14% from 255 or 62.66% from 383); Max value from RGB is 240 - color contains mainly: blue. Hex color #0788F0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0788F0 is #F8770F. Grayscale: #6C6C6C. Windows color (decimal): -16283408 or 15763463. OLE color: 15763463.

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

Color convert

RGB 7 136 240 -
CMYK 0.97 0.43 0 0.06
HSL 206.78º 0.94% 0.48% -
HSV(B) 206.78º 0.97% 0.94% -
XYZ 24.62 23.94 85.76 -
YUV 109.29 201.76 55.04 -
System Red Green Blue C M Y K H S L
Decimal 7 136 240 0.97 0.43 0 0.06 206.78 0.94 0.48
Hex 7 88 F0 61 2B 0 6 CF 5E 30
Octal 7 210 360 141 53 0 6 317 136 60
Binary 111 10001000 11110000 1100001 101011 0 110 11001111 1011110 110000

Color Harmonies of #0788F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0788F0

Black with #0788F0

Text Example


Text Example

White with #0788F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0788F0; }

 p { color: rgb(7,136,240); }

 H1.HeaderClassName
 {
   color: #0788F0;
 }
 .AnyTagClassName
 {
   color: #0788F0;
 }
</style>

background-color css

<style>
 a { background-color: #0788F0; }

 a { background-color: rgb(7,136,240); }

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

border-color css

<style>
 span { border-color: #0788F0; }

 span { border-color: rgb(7,136,240); }

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