Html Css Color HEX #244ACF Cerulean Blue

📋 copy color: '#244ACF'

red 36 ◦ green 74 ◦ blue 207

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

Shades of Cerulean Blue #244ACF

Tints of Cerulean Blue #244ACF

RGB

 RED value IS 36 (14.45% from 255) = 11.36%

 GREEN value IS 74 (29.3% from 255) = 23.34%

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

R = 11.36%
G = 23.34%
B = 65.3%

CMYK

 C value IS 0.83

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#244ACF (or 0x244ACF) is known color: Cerulean Blue. HEX triplet: 24, 4A and CF. RGB value is (36,74,207). Sum of RGB (Red+Green+Blue) = 36+74+207=317 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.36% from 317); Green value is 74 (29.30% from 255 or 23.34% from 317); Blue value is 207 (81.25% from 255 or 65.30% from 317); Max value from RGB is 207 - color contains mainly: blue. Hex color #244ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #244ACF is #DBB530. Grayscale: #4D4D4D. Windows color (decimal): -14398769 or 13584932. OLE color: 13584932.

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

Color convert

RGB 36 74 207 -
CMYK 0.83 0.64 0 0.19
HSL 226.67º 0.7% 0.48% -
HSV(B) 226.67º 0.83% 0.81% -
XYZ 14.44 9.78 60.16 -
YUV 77.8 200.91 98.19 -
System Red Green Blue C M Y K H S L
Decimal 36 74 207 0.83 0.64 0 0.19 226.67 0.7 0.48
Hex 24 4A CF 53 40 0 13 E3 46 30
Octal 44 112 317 123 100 0 23 343 106 60
Binary 100100 1001010 11001111 1010011 1000000 0 10011 11100011 1000110 110000

Color Harmonies of #244ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244ACF

Black with #244ACF

Text Example


Text Example

White with #244ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,74,207); }

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

background-color css

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

 a { background-color: rgb(36,74,207); }

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

border-color css

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

 span { border-color: rgb(36,74,207); }

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