Html Css Color HEX #0785AD Cerulean

📋 copy color: '#0785AD'

red 7 ◦ green 133 ◦ blue 173

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

Shades of Cerulean #0785AD

Tints of Cerulean #0785AD

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.49%

 BLUE value IS 173 (67.97% from 255) = 55.27%

R = 2.24%
G = 42.49%
B = 55.27%

CMYK

 C value IS 0.96

 M value IS 0.23

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0785AD (or 0x0785AD) is known color: Cerulean. HEX triplet: 07, 85 and AD. RGB value is (7,133,173). Sum of RGB (Red+Green+Blue) = 7+133+173=313 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.24% from 313); Green value is 133 (52.34% from 255 or 42.49% from 313); Blue value is 173 (67.97% from 255 or 55.27% from 313); Max value from RGB is 173 - color contains mainly: blue. Hex color #0785AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0785AD is #F87A52. Grayscale: #636363. Windows color (decimal): -16284243 or 11371783. OLE color: 11371783.

HSL color Cylindrical-coordinate representation of color #0785AD: hue angle of 194.46º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0785AD is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 7 133 173 -
CMYK 0.96 0.23 0 0.32
HSL 194.46º 0.92% 0.35% -
HSV(B) 194.46º 0.96% 0.68% -
XYZ 16.02 19.84 42.52 -
YUV 99.89 169.26 61.75 -
System Red Green Blue C M Y K H S L
Decimal 7 133 173 0.96 0.23 0 0.32 194.46 0.92 0.35
Hex 7 85 AD 60 17 0 20 C2 5C 23
Octal 7 205 255 140 27 0 40 302 134 43
Binary 111 10000101 10101101 1100000 10111 0 100000 11000010 1011100 100011

Color Harmonies of #0785AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0785AD

Black with #0785AD

Text Example


Text Example

White with #0785AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0785AD; }

 p { color: rgb(7,133,173); }

 H1.HeaderClassName
 {
   color: #0785AD;
 }
 .AnyTagClassName
 {
   color: #0785AD;
 }
</style>

background-color css

<style>
 a { background-color: #0785AD; }

 a { background-color: rgb(7,133,173); }

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

border-color css

<style>
 span { border-color: #0785AD; }

 span { border-color: rgb(7,133,173); }

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