Html Css Color HEX #017BC0 Cerulean

📋 copy color: '#017BC0'

red 1 ◦ green 123 ◦ blue 192

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

Shades of Cerulean #017BC0

Tints of Cerulean #017BC0

RGB

 RED value IS 1 (0.78% from 255) = 0.32%

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

 BLUE value IS 192 (75.39% from 255) = 60.76%

R = 0.32%
G = 38.92%
B = 60.76%

CMYK

 C value IS 0.99

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#017BC0 (or 0x017BC0) is known color: Cerulean. HEX triplet: 01, 7B and C0. RGB value is (1,123,192). Sum of RGB (Red+Green+Blue) = 1+123+192=316 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 316); Green value is 123 (48.44% from 255 or 38.92% from 316); Blue value is 192 (75.39% from 255 or 60.76% from 316); Max value from RGB is 192 - color contains mainly: blue. Hex color #017BC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017BC0 is #FE843F. Grayscale: #5D5D5D. Windows color (decimal): -16680000 or 12614401. OLE color: 12614401.

HSL color Cylindrical-coordinate representation of color #017BC0: hue angle of 201.68º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017BC0 is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 123 192 -
CMYK 0.99 0.36 0 0.25
HSL 201.68º 0.99% 0.38% -
HSV(B) 201.68º 0.99% 0.75% -
XYZ 16.61 17.98 52.46 -
YUV 94.39 183.08 61.39 -
System Red Green Blue C M Y K H S L
Decimal 1 123 192 0.99 0.36 0 0.25 201.68 0.99 0.38
Hex 1 7B C0 63 24 0 19 CA 63 26
Octal 1 173 300 143 44 0 31 312 143 46
Binary 1 1111011 11000000 1100011 100100 0 11001 11001010 1100011 100110

Color Harmonies of #017BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017BC0

Black with #017BC0

Text Example


Text Example

White with #017BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017BC0; }

 p { color: rgb(1,123,192); }

 H1.HeaderClassName
 {
   color: #017BC0;
 }
 .AnyTagClassName
 {
   color: #017BC0;
 }
</style>

background-color css

<style>
 a { background-color: #017BC0; }

 a { background-color: rgb(1,123,192); }

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

border-color css

<style>
 span { border-color: #017BC0; }

 span { border-color: rgb(1,123,192); }

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