Html Css Color HEX #127BBB Cerulean

📋 copy color: '#127BBB'

red 18 ◦ green 123 ◦ blue 187

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

Shades of Cerulean #127BBB

Tints of Cerulean #127BBB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 37.5%

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

R = 5.49%
G = 37.5%
B = 57.01%

CMYK

 C value IS 0.90

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#127BBB (or 0x127BBB) is known color: Cerulean. HEX triplet: 12, 7B and BB. RGB value is (18,123,187). Sum of RGB (Red+Green+Blue) = 18+123+187=328 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.49% from 328); Green value is 123 (48.44% from 255 or 37.5% 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 #127BBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127BBB is #ED8444. Grayscale: #626262. Windows color (decimal): -15565893 or 12286738. OLE color: 12286738.

HSL color Cylindrical-coordinate representation of color #127BBB: hue angle of 202.72º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #127BBB is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 123 187 -
CMYK 0.90 0.34 0 0.27
HSL 202.72º 0.82% 0.4% -
HSV(B) 202.72º 0.9% 0.73% -
XYZ 16.3 17.88 49.61 -
YUV 98.9 177.71 70.3 -
System Red Green Blue C M Y K H S L
Decimal 18 123 187 0.90 0.34 0 0.27 202.72 0.82 0.4
Hex 12 7B BB 5A 22 0 1B CB 52 28
Octal 22 173 273 132 42 0 33 313 122 50
Binary 10010 1111011 10111011 1011010 100010 0 11011 11001011 1010010 101000

Color Harmonies of #127BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127BBB

Black with #127BBB

Text Example


Text Example

White with #127BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,123,187); }

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

background-color css

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

 a { background-color: rgb(18,123,187); }

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

border-color css

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

 span { border-color: rgb(18,123,187); }

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