Html Css Color HEX #264DC1 Cerulean Blue

📋 copy color: '#264DC1'

red 38 ◦ green 77 ◦ blue 193

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

Shades of Cerulean Blue #264DC1

Tints of Cerulean Blue #264DC1

RGB

 RED value IS 38 (15.23% from 255) = 12.34%

 GREEN value IS 77 (30.47% from 255) = 25%

 BLUE value IS 193 (75.78% from 255) = 62.66%

R = 12.34%
G = 25%
B = 62.66%

CMYK

 C value IS 0.80

 M value IS 0.60

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#264DC1 (or 0x264DC1) is known color: Cerulean Blue. HEX triplet: 26, 4D and C1. RGB value is (38,77,193). Sum of RGB (Red+Green+Blue) = 38+77+193=308 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.34% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 193 (75.78% from 255 or 62.66% from 308); Max value from RGB is 193 - color contains mainly: blue. Hex color #264DC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #264DC1 is #D9B23E. Grayscale: #4E4E4E. Windows color (decimal): -14266943 or 12668198. OLE color: 12668198.

HSL color Cylindrical-coordinate representation of color #264DC1: hue angle of 224.9º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #264DC1 is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 38 77 193 -
CMYK 0.80 0.60 0 0.24
HSL 224.9º 0.67% 0.45% -
HSV(B) 224.9º 0.8% 0.76% -
XYZ 13.08 9.57 51.61 -
YUV 78.56 192.58 99.07 -
System Red Green Blue C M Y K H S L
Decimal 38 77 193 0.80 0.60 0 0.24 224.9 0.67 0.45
Hex 26 4D C1 50 3C 0 18 E1 43 2D
Octal 46 115 301 120 74 0 30 341 103 55
Binary 100110 1001101 11000001 1010000 111100 0 11000 11100001 1000011 101101

Color Harmonies of #264DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264DC1

Black with #264DC1

Text Example


Text Example

White with #264DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264DC1; }

 p { color: rgb(38,77,193); }

 H1.HeaderClassName
 {
   color: #264DC1;
 }
 .AnyTagClassName
 {
   color: #264DC1;
 }
</style>

background-color css

<style>
 a { background-color: #264DC1; }

 a { background-color: rgb(38,77,193); }

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

border-color css

<style>
 span { border-color: #264DC1; }

 span { border-color: rgb(38,77,193); }

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