Html Css Color HEX #107DB2 Cerulean

📋 copy color: '#107DB2'

red 16 ◦ green 125 ◦ blue 178

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

Shades of Cerulean #107DB2

Tints of Cerulean #107DB2

RGB

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

 GREEN value IS 125 (49.22% from 255) = 39.18%

 BLUE value IS 178 (69.92% from 255) = 55.8%

R = 5.02%
G = 39.18%
B = 55.8%

CMYK

 C value IS 0.91

 M value IS 0.30

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#107DB2 (or 0x107DB2) is known color: Cerulean. HEX triplet: 10, 7D and B2. RGB value is (16,125,178). Sum of RGB (Red+Green+Blue) = 16+125+178=319 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5.02% from 319); Green value is 125 (49.22% from 255 or 39.18% from 319); Blue value is 178 (69.92% from 255 or 55.80% from 319); Max value from RGB is 178 - color contains mainly: blue. Hex color #107DB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107DB2 is #EF824D. Grayscale: #626262. Windows color (decimal): -15696462 or 11697424. OLE color: 11697424.

HSL color Cylindrical-coordinate representation of color #107DB2: hue angle of 199.63º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #107DB2 is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 16 125 178 -
CMYK 0.91 0.30 0 0.30
HSL 199.63º 0.84% 0.38% -
HSV(B) 199.63º 0.91% 0.7% -
XYZ 15.58 17.99 44.77 -
YUV 98.45 172.89 69.19 -
System Red Green Blue C M Y K H S L
Decimal 16 125 178 0.91 0.30 0 0.30 199.63 0.84 0.38
Hex 10 7D B2 5B 1E 0 1E C8 54 26
Octal 20 175 262 133 36 0 36 310 124 46
Binary 10000 1111101 10110010 1011011 11110 0 11110 11001000 1010100 100110

Color Harmonies of #107DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107DB2

Black with #107DB2

Text Example


Text Example

White with #107DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,125,178); }

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

background-color css

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

 a { background-color: rgb(16,125,178); }

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

border-color css

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

 span { border-color: rgb(16,125,178); }

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