Html Css Color HEX #0788FD Dodger Blue

📋 copy color: '#0788FD'

red 7 ◦ green 136 ◦ blue 253

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

Shades of Dodger Blue #0788FD

Tints of Dodger Blue #0788FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 63.89%

R = 1.77%
G = 34.34%
B = 63.89%

CMYK

 C value IS 0.97

 M value IS 0.46

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0788FD (or 0x0788FD) is known color: Dodger Blue. HEX triplet: 07, 88 and FD. RGB value is (7,136,253). Sum of RGB (Red+Green+Blue) = 7+136+253=396 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.77% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 253 (99.22% from 255 or 63.89% from 396); Max value from RGB is 253 - color contains mainly: blue. Hex color #0788FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0788FD is #F87702. Grayscale: #6E6E6E. Windows color (decimal): -16283395 or 16615431. OLE color: 16615431.

HSL color Cylindrical-coordinate representation of color #0788FD: hue angle of 208.54º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0788FD is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 7 136 253 -
CMYK 0.97 0.46 0 0.01
HSL 208.54º 0.98% 0.51% -
HSV(B) 208.54º 0.97% 0.99% -
XYZ 26.62 24.75 96.3 -
YUV 110.77 208.26 53.99 -
System Red Green Blue C M Y K H S L
Decimal 7 136 253 0.97 0.46 0 0.01 208.54 0.98 0.51
Hex 7 88 FD 61 2E 0 1 D1 62 33
Octal 7 210 375 141 56 0 1 321 142 63
Binary 111 10001000 11111101 1100001 101110 0 1 11010001 1100010 110011

Color Harmonies of #0788FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0788FD

Black with #0788FD

Text Example


Text Example

White with #0788FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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