Html Css Color HEX #107DBB Cerulean

📋 copy color: '#107DBB'

red 16 ◦ green 125 ◦ blue 187

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

Shades of Cerulean #107DBB

Tints of Cerulean #107DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 57.01%

R = 4.88%
G = 38.11%
B = 57.01%

CMYK

 C value IS 0.91

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#107DBB (or 0x107DBB) is known color: Cerulean. HEX triplet: 10, 7D and BB. RGB value is (16,125,187). Sum of RGB (Red+Green+Blue) = 16+125+187=328 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.88% from 328); Green value is 125 (49.22% from 255 or 38.11% from 328); Blue value is 187 (73.44% from 255 or 57.01% from 328); Max value from RGB is 187 - color contains mainly: blue. Hex color #107DBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107DBB is #EF8244. Grayscale: #636363. Windows color (decimal): -15696453 or 12287248. OLE color: 12287248.

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

Color convert

RGB 16 125 187 -
CMYK 0.91 0.33 0 0.27
HSL 201.75º 0.84% 0.4% -
HSV(B) 201.75º 0.91% 0.73% -
XYZ 16.52 18.37 49.69 -
YUV 99.48 177.39 68.46 -
System Red Green Blue C M Y K H S L
Decimal 16 125 187 0.91 0.33 0 0.27 201.75 0.84 0.4
Hex 10 7D BB 5B 21 0 1B CA 54 28
Octal 20 175 273 133 41 0 33 312 124 50
Binary 10000 1111101 10111011 1011011 100001 0 11011 11001010 1010100 101000

Color Harmonies of #107DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107DBB

Black with #107DBB

Text Example


Text Example

White with #107DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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