Html Css Color HEX #127DBB Cerulean

📋 copy color: '#127DBB'

red 18 ◦ green 125 ◦ blue 187

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

Shades of Cerulean #127DBB

Tints of Cerulean #127DBB

RGB

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

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

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

R = 5.45%
G = 37.88%
B = 56.67%

CMYK

 C value IS 0.90

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#127DBB (or 0x127DBB) is known color: Cerulean. HEX triplet: 12, 7D and BB. RGB value is (18,125,187). Sum of RGB (Red+Green+Blue) = 18+125+187=330 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.45% from 330); Green value is 125 (49.22% from 255 or 37.88% from 330); Blue value is 187 (73.44% from 255 or 56.67% from 330); Max value from RGB is 187 - color contains mainly: blue. Hex color #127DBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127DBB is #ED8244. Grayscale: #636363. Windows color (decimal): -15565381 or 12287250. OLE color: 12287250.

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

Color convert

RGB 18 125 187 -
CMYK 0.90 0.33 0 0.27
HSL 202.01º 0.82% 0.4% -
HSV(B) 202.01º 0.9% 0.73% -
XYZ 16.55 18.38 49.69 -
YUV 100.08 177.05 69.46 -
System Red Green Blue C M Y K H S L
Decimal 18 125 187 0.90 0.33 0 0.27 202.01 0.82 0.4
Hex 12 7D BB 5A 21 0 1B CA 52 28
Octal 22 175 273 132 41 0 33 312 122 50
Binary 10010 1111101 10111011 1011010 100001 0 11011 11001010 1010010 101000

Color Harmonies of #127DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127DBB

Black with #127DBB

Text Example


Text Example

White with #127DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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