Html Css Color HEX #2546CF Cerulean Blue

📋 copy color: '#2546CF'

red 37 ◦ green 70 ◦ blue 207

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

Shades of Cerulean Blue #2546CF

Tints of Cerulean Blue #2546CF

RGB

 RED value IS 37 (14.84% from 255) = 11.78%

 GREEN value IS 70 (27.73% from 255) = 22.29%

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

R = 11.78%
G = 22.29%
B = 65.92%

CMYK

 C value IS 0.82

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2546CF (or 0x2546CF) is known color: Cerulean Blue. HEX triplet: 25, 46 and CF. RGB value is (37,70,207). Sum of RGB (Red+Green+Blue) = 37+70+207=314 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.78% from 314); Green value is 70 (27.73% from 255 or 22.29% from 314); Blue value is 207 (81.25% from 255 or 65.92% from 314); Max value from RGB is 207 - color contains mainly: blue. Hex color #2546CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2546CF is #DAB930. Grayscale: #4B4B4B. Windows color (decimal): -14334257 or 13583909. OLE color: 13583909.

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

Color convert

RGB 37 70 207 -
CMYK 0.82 0.66 0 0.19
HSL 228.35º 0.7% 0.48% -
HSV(B) 228.35º 0.82% 0.81% -
XYZ 14.22 9.28 60.07 -
YUV 75.75 202.07 100.36 -
System Red Green Blue C M Y K H S L
Decimal 37 70 207 0.82 0.66 0 0.19 228.35 0.7 0.48
Hex 25 46 CF 52 42 0 13 E4 46 30
Octal 45 106 317 122 102 0 23 344 106 60
Binary 100101 1000110 11001111 1010010 1000010 0 10011 11100100 1000110 110000

Color Harmonies of #2546CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2546CF

Black with #2546CF

Text Example


Text Example

White with #2546CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,70,207); }

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

background-color css

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

 a { background-color: rgb(37,70,207); }

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

border-color css

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

 span { border-color: rgb(37,70,207); }

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