Html Css Color HEX #275ACF Cerulean Blue

📋 copy color: '#275ACF'

red 39 ◦ green 90 ◦ blue 207

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

Shades of Cerulean Blue #275ACF

Tints of Cerulean Blue #275ACF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.79%

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

R = 11.61%
G = 26.79%
B = 61.61%

CMYK

 C value IS 0.81

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#275ACF (or 0x275ACF) is known color: Cerulean Blue. HEX triplet: 27, 5A and CF. RGB value is (39,90,207). Sum of RGB (Red+Green+Blue) = 39+90+207=336 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.61% from 336); Green value is 90 (35.55% from 255 or 26.79% from 336); Blue value is 207 (81.25% from 255 or 61.61% from 336); Max value from RGB is 207 - color contains mainly: blue. Hex color #275ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #275ACF is #D8A530. Grayscale: #575757. Windows color (decimal): -14198065 or 13589031. OLE color: 13589031.

HSL color Cylindrical-coordinate representation of color #275ACF: hue angle of 221.79º 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 #275ACF is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 39 90 207 -
CMYK 0.81 0.57 0 0.19
HSL 221.79º 0.68% 0.48% -
HSV(B) 221.79º 0.81% 0.81% -
XYZ 15.76 12.25 60.57 -
YUV 88.09 195.1 92.99 -
System Red Green Blue C M Y K H S L
Decimal 39 90 207 0.81 0.57 0 0.19 221.79 0.68 0.48
Hex 27 5A CF 51 39 0 13 DE 44 30
Octal 47 132 317 121 71 0 23 336 104 60
Binary 100111 1011010 11001111 1010001 111001 0 10011 11011110 1000100 110000

Color Harmonies of #275ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275ACF

Black with #275ACF

Text Example


Text Example

White with #275ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275ACF; }

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

 H1.HeaderClassName
 {
   color: #275ACF;
 }
 .AnyTagClassName
 {
   color: #275ACF;
 }
</style>

background-color css

<style>
 a { background-color: #275ACF; }

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

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

border-color css

<style>
 span { border-color: #275ACF; }

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

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