Html Css Color HEX #2760CF Cerulean Blue

📋 copy color: '#2760CF'

red 39 ◦ green 96 ◦ blue 207

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

Shades of Cerulean Blue #2760CF

Tints of Cerulean Blue #2760CF

RGB

 RED value IS 39 (15.63% from 255) = 11.4%

 GREEN value IS 96 (37.89% from 255) = 28.07%

 BLUE value IS 207 (81.25% from 255) = 60.53%

R = 11.4%
G = 28.07%
B = 60.53%

CMYK

 C value IS 0.81

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2760CF (or 0x2760CF) is known color: Cerulean Blue. HEX triplet: 27, 60 and CF. RGB value is (39,96,207). Sum of RGB (Red+Green+Blue) = 39+96+207=342 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.40% from 342); Green value is 96 (37.89% from 255 or 28.07% from 342); Blue value is 207 (81.25% from 255 or 60.53% from 342); Max value from RGB is 207 - color contains mainly: blue. Hex color #2760CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2760CF is #D89F30. Grayscale: #5B5B5B. Windows color (decimal): -14196529 or 13590567. OLE color: 13590567.

HSL color Cylindrical-coordinate representation of color #2760CF: hue angle of 219.64º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2760CF is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 39 96 207 -
CMYK 0.81 0.54 0 0.19
HSL 219.64º 0.68% 0.48% -
HSV(B) 219.64º 0.81% 0.81% -
XYZ 16.28 13.3 60.74 -
YUV 91.61 193.12 90.47 -
System Red Green Blue C M Y K H S L
Decimal 39 96 207 0.81 0.54 0 0.19 219.64 0.68 0.48
Hex 27 60 CF 51 36 0 13 DC 44 30
Octal 47 140 317 121 66 0 23 334 104 60
Binary 100111 1100000 11001111 1010001 110110 0 10011 11011100 1000100 110000

Color Harmonies of #2760CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2760CF

Black with #2760CF

Text Example


Text Example

White with #2760CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2760CF; }

 p { color: rgb(39,96,207); }

 H1.HeaderClassName
 {
   color: #2760CF;
 }
 .AnyTagClassName
 {
   color: #2760CF;
 }
</style>

background-color css

<style>
 a { background-color: #2760CF; }

 a { background-color: rgb(39,96,207); }

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

border-color css

<style>
 span { border-color: #2760CF; }

 span { border-color: rgb(39,96,207); }

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