Html Css Color HEX #107DBA Cerulean

📋 copy color: '#107DBA'

red 16 ◦ green 125 ◦ blue 186

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

Shades of Cerulean #107DBA

Tints of Cerulean #107DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 56.88%

R = 4.89%
G = 38.23%
B = 56.88%

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

#107DBA (or 0x107DBA) is known color: Cerulean. HEX triplet: 10, 7D and BA. RGB value is (16,125,186). Sum of RGB (Red+Green+Blue) = 16+125+186=327 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.89% from 327); Green value is 125 (49.22% from 255 or 38.23% from 327); Blue value is 186 (73.05% from 255 or 56.88% from 327); Max value from RGB is 186 - color contains mainly: blue. Hex color #107DBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107DBA is #EF8245. Grayscale: #636363. Windows color (decimal): -15696454 or 12221712. OLE color: 12221712.

HSL color Cylindrical-coordinate representation of color #107DBA: hue angle of 201.53º 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 #107DBA is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 16 125 186 -
CMYK 0.91 0.33 0 0.27
HSL 201.53º 0.84% 0.4% -
HSV(B) 201.53º 0.91% 0.73% -
XYZ 16.41 18.32 49.13 -
YUV 99.36 176.89 68.54 -
System Red Green Blue C M Y K H S L
Decimal 16 125 186 0.91 0.33 0 0.27 201.53 0.84 0.4
Hex 10 7D BA 5B 21 0 1B CA 54 28
Octal 20 175 272 133 41 0 33 312 124 50
Binary 10000 1111101 10111010 1011011 100001 0 11011 11001010 1010100 101000

Color Harmonies of #107DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107DBA

Black with #107DBA

Text Example


Text Example

White with #107DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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