Html Css Color HEX #107CBC Cerulean

📋 copy color: '#107CBC'

red 16 ◦ green 124 ◦ blue 188

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

Shades of Cerulean #107CBC

Tints of Cerulean #107CBC

RGB

 RED value IS 16 (6.64% from 255) = 4.88%

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

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

R = 4.88%
G = 37.8%
B = 57.32%

CMYK

 C value IS 0.91

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#107CBC (or 0x107CBC) is known color: Cerulean. HEX triplet: 10, 7C and BC. RGB value is (16,124,188). Sum of RGB (Red+Green+Blue) = 16+124+188=328 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.88% from 328); Green value is 124 (48.83% from 255 or 37.80% from 328); Blue value is 188 (73.83% from 255 or 57.32% from 328); Max value from RGB is 188 - color contains mainly: blue. Hex color #107CBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107CBC is #EF8343. Grayscale: #626262. Windows color (decimal): -15696708 or 12352528. OLE color: 12352528.

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

Color convert

RGB 16 124 188 -
CMYK 0.91 0.34 0 0.26
HSL 202.33º 0.84% 0.4% -
HSV(B) 202.33º 0.91% 0.74% -
XYZ 16.5 18.16 50.21 -
YUV 99 178.22 68.8 -
System Red Green Blue C M Y K H S L
Decimal 16 124 188 0.91 0.34 0 0.26 202.33 0.84 0.4
Hex 10 7C BC 5B 22 0 1A CA 54 28
Octal 20 174 274 133 42 0 32 312 124 50
Binary 10000 1111100 10111100 1011011 100010 0 11010 11001010 1010100 101000

Color Harmonies of #107CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107CBC

Black with #107CBC

Text Example


Text Example

White with #107CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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