Html Css Color HEX #127FBC Cerulean

📋 copy color: '#127FBC'

red 18 ◦ green 127 ◦ blue 188

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

Shades of Cerulean #127FBC

Tints of Cerulean #127FBC

RGB

 RED value IS 18 (7.42% from 255) = 5.41%

 GREEN value IS 127 (50% from 255) = 38.14%

 BLUE value IS 188 (73.83% from 255) = 56.46%

R = 5.41%
G = 38.14%
B = 56.46%

CMYK

 C value IS 0.90

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#127FBC (or 0x127FBC) is known color: Cerulean. HEX triplet: 12, 7F and BC. RGB value is (18,127,188). Sum of RGB (Red+Green+Blue) = 18+127+188=333 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.41% from 333); Green value is 127 (50% from 255 or 38.14% from 333); Blue value is 188 (73.83% from 255 or 56.46% from 333); Max value from RGB is 188 - color contains mainly: blue. Hex color #127FBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127FBC is #ED8043. Grayscale: #656565. Windows color (decimal): -15564868 or 12353298. OLE color: 12353298.

HSL color Cylindrical-coordinate representation of color #127FBC: hue angle of 201.53º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #127FBC is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 127 188 -
CMYK 0.90 0.32 0 0.26
HSL 201.53º 0.83% 0.4% -
HSV(B) 201.53º 0.9% 0.74% -
XYZ 16.92 18.94 50.34 -
YUV 101.36 176.89 68.54 -
System Red Green Blue C M Y K H S L
Decimal 18 127 188 0.90 0.32 0 0.26 201.53 0.83 0.4
Hex 12 7F BC 5A 20 0 1A CA 53 28
Octal 22 177 274 132 40 0 32 312 123 50
Binary 10010 1111111 10111100 1011010 100000 0 11010 11001010 1010011 101000

Color Harmonies of #127FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127FBC

Black with #127FBC

Text Example


Text Example

White with #127FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127FBC; }

 p { color: rgb(18,127,188); }

 H1.HeaderClassName
 {
   color: #127FBC;
 }
 .AnyTagClassName
 {
   color: #127FBC;
 }
</style>

background-color css

<style>
 a { background-color: #127FBC; }

 a { background-color: rgb(18,127,188); }

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

border-color css

<style>
 span { border-color: #127FBC; }

 span { border-color: rgb(18,127,188); }

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