Html Css Color HEX #127BBC Cerulean

📋 copy color: '#127BBC'

red 18 ◦ green 123 ◦ blue 188

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

Shades of Cerulean #127BBC

Tints of Cerulean #127BBC

RGB

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

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

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

R = 5.47%
G = 37.39%
B = 57.14%

CMYK

 C value IS 0.90

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#127BBC (or 0x127BBC) is known color: Cerulean. HEX triplet: 12, 7B and BC. RGB value is (18,123,188). Sum of RGB (Red+Green+Blue) = 18+123+188=329 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.47% from 329); Green value is 123 (48.44% from 255 or 37.39% from 329); Blue value is 188 (73.83% from 255 or 57.14% from 329); Max value from RGB is 188 - color contains mainly: blue. Hex color #127BBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127BBC is #ED8443. Grayscale: #626262. Windows color (decimal): -15565892 or 12352274. OLE color: 12352274.

HSL color Cylindrical-coordinate representation of color #127BBC: hue angle of 202.94º 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 #127BBC is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 123 188 -
CMYK 0.90 0.35 0 0.26
HSL 202.94º 0.83% 0.4% -
HSV(B) 202.94º 0.9% 0.74% -
XYZ 16.41 17.93 50.17 -
YUV 99.02 178.21 70.21 -
System Red Green Blue C M Y K H S L
Decimal 18 123 188 0.90 0.35 0 0.26 202.94 0.83 0.4
Hex 12 7B BC 5A 23 0 1A CB 53 28
Octal 22 173 274 132 43 0 32 313 123 50
Binary 10010 1111011 10111100 1011010 100011 0 11010 11001011 1010011 101000

Color Harmonies of #127BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127BBC

Black with #127BBC

Text Example


Text Example

White with #127BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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