Html Css Color HEX #107DB8 Cerulean

📋 copy color: '#107DB8'

red 16 ◦ green 125 ◦ blue 184

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

Shades of Cerulean #107DB8

Tints of Cerulean #107DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 56.62%

R = 4.92%
G = 38.46%
B = 56.62%

CMYK

 C value IS 0.91

 M value IS 0.32

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#107DB8 (or 0x107DB8) is known color: Cerulean. HEX triplet: 10, 7D and B8. RGB value is (16,125,184). Sum of RGB (Red+Green+Blue) = 16+125+184=325 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.92% from 325); Green value is 125 (49.22% from 255 or 38.46% from 325); Blue value is 184 (72.27% from 255 or 56.62% from 325); Max value from RGB is 184 - color contains mainly: blue. Hex color #107DB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107DB8 is #EF8247. Grayscale: #626262. Windows color (decimal): -15696456 or 12090640. OLE color: 12090640.

HSL color Cylindrical-coordinate representation of color #107DB8: hue angle of 201.07º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #107DB8 is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 16 125 184 -
CMYK 0.91 0.32 0 0.28
HSL 201.07º 0.84% 0.39% -
HSV(B) 201.07º 0.91% 0.72% -
XYZ 16.2 18.24 48.01 -
YUV 99.14 175.89 68.7 -
System Red Green Blue C M Y K H S L
Decimal 16 125 184 0.91 0.32 0 0.28 201.07 0.84 0.39
Hex 10 7D B8 5B 20 0 1C C9 54 27
Octal 20 175 270 133 40 0 34 311 124 47
Binary 10000 1111101 10111000 1011011 100000 0 11100 11001001 1010100 100111

Color Harmonies of #107DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107DB8

Black with #107DB8

Text Example


Text Example

White with #107DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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