Html Css Color HEX #017CBC Cerulean

📋 copy color: '#017CBC'

red 1 ◦ green 124 ◦ blue 188

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

Shades of Cerulean #017CBC

Tints of Cerulean #017CBC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.62%

 BLUE value IS 188 (73.83% from 255) = 60.06%

R = 0.32%
G = 39.62%
B = 60.06%

CMYK

 C value IS 0.99

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#017CBC (or 0x017CBC) is known color: Cerulean. HEX triplet: 01, 7C and BC. RGB value is (1,124,188). Sum of RGB (Red+Green+Blue) = 1+124+188=313 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 313); Green value is 124 (48.83% from 255 or 39.62% from 313); Blue value is 188 (73.83% from 255 or 60.06% from 313); Max value from RGB is 188 - color contains mainly: blue. Hex color #017CBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #017CBC is #FE8343. Grayscale: #5E5E5E. Windows color (decimal): -16679748 or 12352513. OLE color: 12352513.

HSL color Cylindrical-coordinate representation of color #017CBC: hue angle of 200.53º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017CBC is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 1 124 188 -
CMYK 0.99 0.34 0 0.26
HSL 200.53º 0.99% 0.37% -
HSV(B) 200.53º 0.99% 0.74% -
XYZ 16.3 18.05 50.2 -
YUV 94.52 180.75 61.3 -
System Red Green Blue C M Y K H S L
Decimal 1 124 188 0.99 0.34 0 0.26 200.53 0.99 0.37
Hex 1 7C BC 63 22 0 1A C9 63 25
Octal 1 174 274 143 42 0 32 311 143 45
Binary 1 1111100 10111100 1100011 100010 0 11010 11001001 1100011 100101

Color Harmonies of #017CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017CBC

Black with #017CBC

Text Example


Text Example

White with #017CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,124,188); }

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

background-color css

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

 a { background-color: rgb(1,124,188); }

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

border-color css

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

 span { border-color: rgb(1,124,188); }

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