Html Css Color HEX #274CCF Cerulean Blue

📋 copy color: '#274CCF'

red 39 ◦ green 76 ◦ blue 207

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

Shades of Cerulean Blue #274CCF

Tints of Cerulean Blue #274CCF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.6%

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

R = 12.11%
G = 23.6%
B = 64.29%

CMYK

 C value IS 0.81

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#274CCF (or 0x274CCF) is known color: Cerulean Blue. HEX triplet: 27, 4C and CF. RGB value is (39,76,207). Sum of RGB (Red+Green+Blue) = 39+76+207=322 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.11% from 322); Green value is 76 (30.08% from 255 or 23.60% from 322); Blue value is 207 (81.25% from 255 or 64.29% from 322); Max value from RGB is 207 - color contains mainly: blue. Hex color #274CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #274CCF is #D8B330. Grayscale: #4F4F4F. Windows color (decimal): -14201649 or 13585447. OLE color: 13585447.

HSL color Cylindrical-coordinate representation of color #274CCF: hue angle of 226.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 #274CCF is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 39 76 207 -
CMYK 0.81 0.63 0 0.19
HSL 226.79º 0.68% 0.48% -
HSV(B) 226.79º 0.81% 0.81% -
XYZ 14.68 10.11 60.21 -
YUV 79.87 199.74 98.85 -
System Red Green Blue C M Y K H S L
Decimal 39 76 207 0.81 0.63 0 0.19 226.79 0.68 0.48
Hex 27 4C CF 51 3F 0 13 E3 44 30
Octal 47 114 317 121 77 0 23 343 104 60
Binary 100111 1001100 11001111 1010001 111111 0 10011 11100011 1000100 110000

Color Harmonies of #274CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274CCF

Black with #274CCF

Text Example


Text Example

White with #274CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274CCF; }

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

 H1.HeaderClassName
 {
   color: #274CCF;
 }
 .AnyTagClassName
 {
   color: #274CCF;
 }
</style>

background-color css

<style>
 a { background-color: #274CCF; }

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

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

border-color css

<style>
 span { border-color: #274CCF; }

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

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