Html Css Color HEX #1750CC Cerulean Blue

📋 copy color: '#1750CC'

red 23 ◦ green 80 ◦ blue 204

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

Shades of Cerulean Blue #1750CC

Tints of Cerulean Blue #1750CC

RGB

 RED value IS 23 (9.38% from 255) = 7.49%

 GREEN value IS 80 (31.64% from 255) = 26.06%

 BLUE value IS 204 (80.08% from 255) = 66.45%

R = 7.49%
G = 26.06%
B = 66.45%

CMYK

 C value IS 0.89

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1750CC (or 0x1750CC) is known color: Cerulean Blue. HEX triplet: 17, 50 and CC. RGB value is (23,80,204). Sum of RGB (Red+Green+Blue) = 23+80+204=307 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.49% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 204 (80.08% from 255 or 66.45% from 307); Max value from RGB is 204 - color contains mainly: blue. Hex color #1750CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1750CC is #E8AF33. Grayscale: #4C4C4C. Windows color (decimal): -15249204 or 13389847. OLE color: 13389847.

HSL color Cylindrical-coordinate representation of color #1750CC: hue angle of 221.1º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1750CC is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 23 80 204 -
CMYK 0.89 0.61 0 0.2
HSL 221.11º 0.8% 0.45% -
HSV(B) 221.11º 0.89% 0.8% -
XYZ 14.12 10.28 58.37 -
YUV 77.09 199.62 89.42 -
System Red Green Blue C M Y K H S L
Decimal 23 80 204 0.89 0.61 0 0.2 221.11 0.8 0.45
Hex 17 50 CC 59 3D 0 14 DD 50 2D
Octal 27 120 314 131 75 0 24 335 120 55
Binary 10111 1010000 11001100 1011001 111101 0 10100 11011101 1010000 101101

Color Harmonies of #1750CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1750CC

Black with #1750CC

Text Example


Text Example

White with #1750CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1750CC; }

 p { color: rgb(23,80,204); }

 H1.HeaderClassName
 {
   color: #1750CC;
 }
 .AnyTagClassName
 {
   color: #1750CC;
 }
</style>

background-color css

<style>
 a { background-color: #1750CC; }

 a { background-color: rgb(23,80,204); }

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

border-color css

<style>
 span { border-color: #1750CC; }

 span { border-color: rgb(23,80,204); }

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