Html Css Color HEX #107CBD Cerulean

📋 copy color: '#107CBD'

red 16 ◦ green 124 ◦ blue 189

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

Shades of Cerulean #107CBD

Tints of Cerulean #107CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 57.45%

R = 4.86%
G = 37.69%
B = 57.45%

CMYK

 C value IS 0.92

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#107CBD (or 0x107CBD) is known color: Cerulean. HEX triplet: 10, 7C and BD. RGB value is (16,124,189). Sum of RGB (Red+Green+Blue) = 16+124+189=329 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.86% from 329); Green value is 124 (48.83% from 255 or 37.69% from 329); Blue value is 189 (74.22% from 255 or 57.45% from 329); Max value from RGB is 189 - color contains mainly: blue. Hex color #107CBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107CBD is #EF8342. Grayscale: #626262. Windows color (decimal): -15696707 or 12418064. OLE color: 12418064.

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

Color convert

RGB 16 124 189 -
CMYK 0.92 0.34 0 0.26
HSL 202.54º 0.84% 0.4% -
HSV(B) 202.54º 0.92% 0.74% -
XYZ 16.61 18.2 50.78 -
YUV 99.12 178.72 68.71 -
System Red Green Blue C M Y K H S L
Decimal 16 124 189 0.92 0.34 0 0.26 202.54 0.84 0.4
Hex 10 7C BD 5C 22 0 1A CB 54 28
Octal 20 174 275 134 42 0 32 313 124 50
Binary 10000 1111100 10111101 1011100 100010 0 11010 11001011 1010100 101000

Color Harmonies of #107CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107CBD

Black with #107CBD

Text Example


Text Example

White with #107CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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